@apis1990
2016-08-14T03:42:07.000000Z
字数 311
阅读 443
v2-教练端
测试地址:http://36.33.24.119:8081/api/v2/coachuser/get_cancel_reason.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
order_type | string | yes | signup/appoint |
{
"code": 200,
"data": {
"tips": "", // 提示暂无
"reason_list": [ // 原因列表
"临时有事,去不了",
"计划有变,重新预约其他时间",
"和学员协商一致取消",
"其他原因"
]
}
}