feat:material_application dish

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-07 09:54:26 +08:00
parent fe8eb1d175
commit cc6f530c8e
5 changed files with 46 additions and 3 deletions

View File

@@ -410,6 +410,11 @@ Authorization: Bearer {{admin_token}}
id=1&pre_quantity=300&price=12
### 厨师删除菜品
POST {{host}}/api/dish/delete?id=1
Content-Type: application/x-www-form-urlencoded
Authorization: Bearer {{admin_token}}
### 厨师查看排菜
GET {{host}}/api/dish/list?limit=10
content-type: application/json
@@ -437,4 +442,5 @@ Authorization: Bearer {{admin_token}}
### 个人申请材料列表
GET {{host}}/api/material/application_list?limit=10
content-type: application/json
Authorization: Bearer {{admin_token}}
Authorization: Bearer {{admin_token}}