fix
This commit is contained in:
@@ -18,6 +18,9 @@ service collection {
|
||||
//获取收藏列表
|
||||
@handler GetCollectProductListHandler
|
||||
get /api/collection/get_collect_product_list(GetCollectProductListReq) returns (response);
|
||||
//测试
|
||||
@handler TestAiHandler
|
||||
get /api/collection/test_ai(TestAiReq) returns (response);
|
||||
}
|
||||
|
||||
//收藏产品
|
||||
@@ -52,4 +55,8 @@ type GetCollectProductListRspItem {
|
||||
MinPrice string `json:"min_price"`
|
||||
IsShelf int64 `json:"is_shelf"`
|
||||
IsDeleted int64 `json:"is_deleted"`
|
||||
}
|
||||
//测试
|
||||
type TestAiReq {
|
||||
Num int `form:"num"`
|
||||
}
|
||||
Reference in New Issue
Block a user