This commit is contained in:
laodaming
2023-11-10 15:24:25 +08:00
parent 360c19a8f5
commit d6a25673bc
33 changed files with 394 additions and 106 deletions

View File

@@ -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);
}

View File

@@ -55,7 +55,7 @@ type DiyInfo {
}
//删除购物车
type DeleteCartReq {
Id int64 `json:"id"` //购物车id
IdList []int64 `json:"id"` //购物车id
}
//获取购物车列表