企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# header头加入token ~~~[api] post:/api/merchant/Index/home <<< success { "code": 0, "msg": "获取成功", "time": "1624521498", "data": { "today_money": "92948.36", "today_count": 327, "merchant_name": "周口绿色基地" } } <<< error { "code": -1, "msg": "错误信息", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | | today_money | string |true|当天收入| | today_count | string |true|当天订单数| | merchant_name | string |true|商户名|