用户模块--logo列表
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user