说明
首页数据
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/weixinapp_index_count |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 11 | 令牌 |
- 成功返回有数据
{
"status": 1,
"message": "数据返回成功",
"data": {
"day_order": "10.08",
"day_order_count": "9",
"order_list": {
"out_trade_no": "ali_scan20181121133857867325127",
"ways_source": "alipay",
"ways_source_desc": "支付宝",
"updated_at": "2018-11-21 13:59:40",
"total_amount": "10.00"
}
}
}
失败请求示例
{ "message":"无效参数", "status":2 }