文档
测试

商城订单统计数据

POST
http://cx.tzdn88.com/api/v1.CustomerSupport/getShopOrderStatic

请求参数

参数名
类型
描述
必填
openid
必填

响应参数

参数名
类型
描述
必填
recent_order_date
最近交易时间
必填
recent_order_amount
最近交易金额
必填
recent_order_amount_by_three
近3个月成交金额
必填
recent_order_num_by_three
近3个月成交比数
必填
single_price
客单价
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "recent_order_date": "2022-07-24 21:24:42", "recent_order_amount": "778.00", "recent_order_amount_by_three": 1123, "recent_order_num_by_three": 3, "recent_order_price": "374.33" } }