应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 否 | — | — |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"cover_url": "http://tblearxxxx",
"anchor_id": "0225376",
"pic_introduction_url": "http://tblearxxxx",
"group_ids": "cidzZ7txxxx,cidaZ5xxxx",
"appoint_begin_time": 1546358399000,
"title": "测试课程",
"feed_type": 0,
"introduction": "简介",
"group_id_type": 1,
"open_app_id": 66555
}
curl --location --request POST 'http://127.0.0.1/topapi/planetom/feeds/create?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"cover_url": "http://tblearxxxx",
"anchor_id": "0225376",
"pic_introduction_url": "http://tblearxxxx",
"group_ids": "cidzZ7txxxx,cidaZ5xxxx",
"appoint_begin_time": 1546358399000,
"title": "测试课程",
"feed_type": 0,
"introduction": "简介",
"group_id_type": 1,
"open_app_id": 66555
}'
{
"result": "string",
"success": true,
"errcode": 0,
"errmsg": "string"
}