选择俱乐部-新增俱乐部
GET
mobile/api/match/addclub
接口描述
任
请求头
参数名
类型
描述
必填
token
token
token
必填
请求参数
参数名
类型
描述
必填
clubName
string
俱乐部名称
必填
phone
string
手机号
必填
certNumber
string
身份证
必填
响应参数
参数名
类型
描述
必填
code
int
200:成功 400:失败 示例:400
必填
message
string
示例:该俱乐部名称已被占用,请重新输入
必填
data
object
示例:null
必填