feat(work): 随官方更新获客助手相关接口模型

This commit is contained in:
Fu Diwei
2023-08-05 19:19:52 +08:00
parent d79f2d9fa0
commit d35a23578f
6 changed files with 118 additions and 1 deletions

View File

@@ -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
}
]
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"click_link_customer_cnt": 1000,
"new_customer_cnt": 500
}