查询教练首页的订单情况
POST
https://www.fensihuayuan.com:8088/ai_gym_project/wx/getClassCount
请求头
参数名
类型
描述
必填
token
String
必填
请求参数
参数名
类型
描述
必填
day
String
日期,例"2020-05-05"
必填
month
String
月份,例“2020-05”
必填
userid
int
用户ID
必填
year
String
年份,例“2020”
必填
响应参数
参数名
类型
描述
必填
day
int
今日新增课程数量
必填
month
int
本月新增课程数量
必填
all
int
全部课程数量
必填