fix: some api bug
This commit is contained in:
+9
-1
@@ -1,5 +1,12 @@
|
||||
syntax = "v1"
|
||||
|
||||
info (
|
||||
title: "聚玩打手服务"
|
||||
desc: "聚玩用户服务处理打手信息管理、服务发布及订单相关接口"
|
||||
author: "Asadz"
|
||||
version: "1.0"
|
||||
)
|
||||
|
||||
import "common.api"
|
||||
|
||||
type (
|
||||
@@ -50,12 +57,13 @@ type (
|
||||
Services []PlayerService `json:"services"`
|
||||
ShopId string `json:"shopId,optional"`
|
||||
ShopName string `json:"shopName,optional"`
|
||||
Gender bool `json:"gender"`
|
||||
Tags []string `json:"tags"`
|
||||
}
|
||||
PlayerListReq {
|
||||
PageReq
|
||||
GameId int64 `form:"gameId,optional"`
|
||||
Gender int `form:"gender,optional"`
|
||||
Gender int64 `form:"gender,optional"`
|
||||
}
|
||||
PlayerListResp {
|
||||
Items []PlayerProfile `json:"items"`
|
||||
|
||||
Reference in New Issue
Block a user