feat:depotPurchase

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-01-24 10:08:07 +08:00
parent d58b773dc8
commit ec15f9b13d
4 changed files with 45 additions and 1 deletions

View File

@@ -377,3 +377,8 @@ GET {{host}}/admin/supplier/delete?id=1
Content-Type: application/x-www-form-urlencoded
Authorization: Bearer {{admin_token}}
### 采购列表
GET {{host}}/admin/depot/purchase_list?limit=10
content-type: application/json
Authorization: Bearer {{admin_token}}