feat:chef
This commit is contained in:
@@ -240,4 +240,21 @@ POST {{host}}/admin/site/setting_driver_sequence
|
||||
content-type: application/x-www-form-urlencoded
|
||||
Authorization: Bearer {{admin_token}}
|
||||
|
||||
driver_id=1&site_ids=1,2,3
|
||||
driver_id=1&site_ids=1,2,3
|
||||
|
||||
### 厨师列表
|
||||
GET {{host}}/admin/chef/chef_list?limit=10
|
||||
content-type: application/json
|
||||
Authorization: Bearer {{admin_token}}
|
||||
|
||||
### 厨师详细列表
|
||||
GET {{host}}/admin/chef/chef_detail_list
|
||||
content-type: application/json
|
||||
Authorization: Bearer {{admin_token}}
|
||||
|
||||
### 设置厨师信息
|
||||
POST {{host}}/admin/chef/setting_chef
|
||||
content-type: application/x-www-form-urlencoded
|
||||
Authorization: Bearer {{admin_token}}
|
||||
|
||||
user_id=3&profile=擅长煮煮煮煮&specialties=川菜
|
||||
Reference in New Issue
Block a user