| HTTP URL | 正式环境:https://developer-product.zijieapi.com/product/api/modify_status沙盒环境:https://open-sandbox.douyin.com/product/api/modify_status |
|---|---|
| HTTP Method | POST |
| 权限要求 | AccessToken鉴权 |
| 课程状态 | 课程状态编码 |
|---|---|
| 上架 | 1 |
| 下架 | 2 |
curl --location --request POST '/product/api/modify_status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "765432167354704e4f556f66496b774337614d4239784e78513d3d",
"product_status_info": {
"appid": "tt77fd0140e89bba1234",
"product_id": 654321121221234567,
"status": 1
}
}'{
"err_msg": "string",
"err_no": 0,
"log_id": "string"
}