修改接口定义
This commit is contained in:
@ -3,7 +3,7 @@ package v1
|
||||
import "github.com/gogf/gf/v2/frame/g"
|
||||
|
||||
type GetReq struct {
|
||||
g.Meta `path:"/desktop" method:"get" tags:"PC/Desktop" summary:"(PC)获取桌面信息"`
|
||||
g.Meta `path:"/desktop" method:"get" tags:"PC-Server" summary:"(PC)获取桌面信息"`
|
||||
StoreId int64 `json:"storeId" v:"required#请选择店铺" dc:"门店id"`
|
||||
}
|
||||
type GetRes struct {
|
||||
|
||||
Reference in New Issue
Block a user