{
"seller_name": "",
"page": 1,
"limit": 10
}curl --location --request POST '?c=statistics&a=seller' \
--header 'Ak: 58df6c8b752b6028e8799ef34aa500ab' \
--header 'App: hza-pc-1d0s1' \
--header 'Sk: 441db3b112073c9bf3c568a22ebb42b7' \
--header 'Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"seller_name": "",
"page": 1,
"limit": 10
}'{
"data": {
"list": [
{
"seller_id": "15",
"seller_name": "烟梓豪sss",
"points": "0",
"total_points": "0",
"total_money": "0.00",
"money": "0.00",
"frozen_money": "0.00"
},
{
"seller_id": "1",
"seller_name": "测试店铺",
"points": "94",
"total_points": "94",
"total_money": "0.00",
"money": "999.00",
"frozen_money": "0.00"
}
],
"count": 2,
"djs_points_amount": 94,
"total_points_amount": 94,
"total_ratio_amount": 0
},
"msg": "操作成功",
"code": 0
}