应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"op_user_id": "manager7078",
"course_code": "nRFRa5001",
"start_option": {
"b_allow_join_in_advance": true
}
}
curl --location --request POST 'http://127.0.0.1/topapi/edu/course/start?access_token=be3xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"op_user_id": "manager7078",
"course_code": "nRFRa5001",
"start_option": {
"b_allow_join_in_advance": true
}
}'
{
"result": {
"target_type": 0,
"target_id": "string",
"is_reuse": true
},
"success": true,
"errcode": 0,
"errmsg": "string"
}