fix
This commit is contained in:
@@ -13,7 +13,4 @@ service feishu-sync {
|
||||
//飞书ticket webhook事件接口
|
||||
@handler WebhookHandler
|
||||
post /api/feishu/webhook(request) returns (response);
|
||||
//同步飞书分组(现在是get请求)
|
||||
@handler SyncFeiShuGroupsHandler
|
||||
get /api/feishu/sync_feishu_departments(request) returns (response);
|
||||
}
|
||||
@@ -55,7 +55,7 @@ type DiyInfo {
|
||||
}
|
||||
//删除购物车
|
||||
type DeleteCartReq {
|
||||
Id int64 `json:"id"` //购物车id
|
||||
IdList []int64 `json:"id"` //购物车id
|
||||
}
|
||||
|
||||
//获取购物车列表
|
||||
|
||||
Reference in New Issue
Block a user