💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
+++ post:app/api.php?i=1&c=entry&do=dystat&op=index&m=we7_wmall *token=IBB844RyBXqssxeQrTEbMY4BCr7r8Yb4#身份密钥 *type=today#查询类型,可选值(今天:today, 本周:week, 本月:month, 自定义:custom, 当type= custom时, 需要附加start和end参数) start#开始时间(eg: 2016-09-10), 当type= custom时候, 必填 end#结束时间(eg: 2016-10-1), 当type= custom时候, 必填 <<< success { "message": { "message": { "resultCode": 0, "resultMessage": "", "data": { "takeout": { //外卖订单 "num": 0, //总单数 "fee": 0 //总收入 }, "errander": { //跑腿订单 "num": 0, //总单数 "fee": 0 //总收入 }, "total": {//跑腿+外卖 "num": 0, //总单数 "fee": 0 //总收入 }, "time": { 统计时间 "start": "2016-10-02 00:00", //统计开始时间 (当用户点击(今天,本周,本月)的时候,app端显示统计时间时, 直接调用此值) "end": "2016-10-02 23:59" //统计结束时间 } } } } <<< error { "message": { "resultCode": -1, "resultMessage": "请选择日期", "data": { "resultCode" => '' } } } +++