mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新获客助手相关接口模型
This commit is contained in:
@@ -2,5 +2,15 @@
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"total": 1000,
|
||||
"balance": 500
|
||||
"balance": 500,
|
||||
"quota_list": [
|
||||
{
|
||||
"expire_date": 1689350400,
|
||||
"balance": 200
|
||||
},
|
||||
{
|
||||
"expire_date": 1692028800,
|
||||
"balance": 300
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"click_link_customer_cnt": 1000,
|
||||
"new_customer_cnt": 500
|
||||
}
|
Reference in New Issue
Block a user