文档
测试

健身日历

POST
https://www.energysaid.com:8088/ai_gym_project/wxuser/selectMonthData

请求头

参数名
类型
描述
必填
token
String
令牌
必填

请求参数

参数名
类型
描述
必填
month
string
月份,示例:2020-10
必填
userid
int
用户ID,示例:6
必填

响应参数

参数名
类型
描述
必填
type4
int
私教+团课次数,示例:0
必填
type3
int
团课次数,示例:2
必填
type2
int
私教次数,示例:0
必填
data
array
{ "week": "星期六", "type": 0, "day": 31} 其中type:0=无记录,1=自主训练,2=私教,3=团课,4=私教+团课
必填
week
string
示例:星期六
必填
type
int
示例:0
必填
day
int
示例:31
必填
type1
int
自主训练次数,示例:0
必填