From c5e9f6665f973843054f67f5f9260780504da070 Mon Sep 17 00:00:00 2001 From: "LAPTOP-7SGDREK0\\shiweijun" <411582373@qq.com> Date: Mon, 24 Feb 2025 10:10:03 +0800 Subject: [PATCH] feat:depot_sale --- sync/http/admin/auth.http | 5 +++++ 1 file changed, 5 insertions(+) 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