用户模块--logo列表

This commit is contained in:
Hiven
2023-08-03 14:38:17 +08:00
parent 464133be97
commit 39ffc78d6d
8 changed files with 184 additions and 16 deletions

View File

@@ -68,8 +68,18 @@ service home-user-auth {
@handler UserOrderCancelHandler
get /api/user/order-cancel (UserOrderCancelReq) returns (response);
// 用户logo列表
@handler UserLogoListHandler
get /api/user/logo-list (UserLogoListReq) returns (response);
}
type (
UserLogoListReq {
}
UserLogoListRes {
}
)
type (
UserOrderDeleteReq {
ID int64 `form:"id"` //订单id