获得所有跑团
GET
/getAllRunningGroup
请求头
参数名
类型
描述
必填
token
String
登录接口返回值
必填
请求参数
参数名
类型
描述
必填
pageNum
int
页面偏移量
必填
pageSize
int
页面大小,以上这两个参数不传就返回所有
必填
响应参数
参数名
类型
描述
必填
msg
String
成功为success,失败为fail
必填
code
String
成功为1,失败为0
必填
contactName
String
联系人姓名
必填
contactPhone
String
联系人手机
必填
createTime
date
创建时间
必填
creatorId
long
创建人id
必填
deleted
byte
是否已删除,0为false
必填
groupEnName
String
跑团英文名
必填
groupName
String
跑团中文名
必填
id
long
跑团id
必填
logoUrl
String
跑团url
必填
maxPerson
int
最大人数
必填
state
byte
状态
必填
updateTime
date
最后修改时间,时间戳
必填