文档
测试

门店排行

GET
/api/restaurant_machine/index/shopRanking

请求头

参数名
类型
描述
必填
token
string
token
必填

说明 / 示例

{ "total": 0, "code": 0, "data": [ { "ranking": 1, "name": "兵哥豌杂面", "orderCount": "63", "totalPrice": "2260.6" }, { "ranking": 2, "name": "曹氏鸭脖", "orderCount": "60", "totalPrice": "2243.2" } ], "message": "success" }