应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 否 | — | — |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"summary": "考试学习",
"result_value": "98",
"thumbnail": "http://www.aaa.jpg",
"type": "4",
"title": "考试",
"userid": "user01",
"class_id": "677995086 ",
"return_url": "http://ao.cxxxx.com",
"subject_code": "cn_p_shuxue",
"result_type": "4",
"textbook_code": "FBnCv218004",
"out_content_id": "uk_1",
"out_tx_id": "uk_2"
}
curl --location --request POST 'http://127.0.0.1/topapi/edu/recommend/return?access_token=Be3xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"summary": "考试学习",
"result_value": "98",
"thumbnail": "http://www.aaa.jpg",
"type": "4",
"title": "考试",
"userid": "user01",
"class_id": "677995086 ",
"return_url": "http://ao.cxxxx.com",
"subject_code": "cn_p_shuxue",
"result_type": "4",
"textbook_code": "FBnCv218004",
"out_content_id": "uk_1",
"out_tx_id": "uk_2"
}'
{
"success": true,
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}