文档
测试

店铺收益统计

GET
/app/store/myStoreProfit

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填
type
String
0全部 1本月 2今日
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,等于1,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
total_profit
String
合计
必填
rcmd_profit
String
推广收益
必填
rcmd_count
String
团队人数
必填
deal_profit
String
pos交易收益
必填
deal_count
String
pos交易总额
必填
repay_profit
String
账单延期
必填
repay_count
String
账单交易总额
必填
facepay_profit
String
刷脸支付收益
必填
facepay_count
String
刷脸交易总额
必填
active_profit
String
pos机激活
必填
active_count
String
激活数量
必填

说明 / 示例

``` { "code": 1, "msg": "操作成功", "result": { "facepay_profit": "0", "deal_profit": "43.75", "repay_profit": "0", "rcmd_count": "0", "deal_count": "874907.13", "total_profit": "47.75", "rcmd_profit": "0", "active_count": "2.00", "repay_count": "0", "facepay_count": "0", "active_profit": "4.00" }, "errors": {} } ```