1000次/天/商家, 特殊场景可提工单跟产品沟通
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
file_id | String | 必须 | 017f-3eaa3638-a1b2398a-7f20d281-5037 | 文件id | |
title | String | 必须 | 女装视频 | 视频标题 | |
cover_url | String | 必须 | https://img.alicdn.com/imgextra/i2/O1CN01j61pd3292AnxSZXyS.png | 封面图 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
content_id | Number | 3 | 响应结果 |
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); ContentVideoPublishxRequest req = new ContentVideoPublishxRequest(); req.setFileId( "017f-3eaa3638-a1b2398a-7f20d281-5037" ); req.setTitle( "女装视频" ); ContentVideoPublishxResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 | < content_video_publishx_response > < content_id >3</ content_id > </ content_video_publishx_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|