文档
测试

APP预约课程

POST
/api/v2_0_0/v2_1_0/course_reserve/reserve_app_course

接口描述

app 预约课报名

请求参数

参数名
类型
描述
必填
course_id
int
预约课程ID
必填
name
string
称呼方式
可选

响应参数

参数名
类型
描述
必填
reserve_url
string
h5 报名地址
必填
customer_service_code
string
客服微信号
必填
customer_service_img
string
客服微信二维码
必填

说明 / 示例

``` { "status": 1, "data": { "reserve_url": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/adminCourseAvatar/61cec98a711e7.png", "customer_service_code": "123456", "customer_service_img": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/adminCourseAvatar/61cec98a711e7.png" }, "message": "您已报名,快添加客服微信准备上课吧", "code": 0 } ```