diff --git a/sync/http/admin/auth.http b/sync/http/admin/auth.http index 18c5cc4..6c7488e 100644 --- a/sync/http/admin/auth.http +++ b/sync/http/admin/auth.http @@ -490,6 +490,11 @@ GET {{host}}/admin/depot/sale_list?limit=10&query_kitchen_id=1 content-type: application/json Authorization: Bearer {{admin_token}} +### 销售额统计 +GET {{host}}/admin/depot/sale_statistics?city_id=1 +content-type: application/json +Authorization: Bearer {{admin_token}} + ### 管理员回收商品 POST {{host}}/admin/depot/depot_recycle Content-Type: application/x-www-form-urlencoded