查询达人作品详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
trial_base_request | TrialBaseRequest | 可选 | 请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MtopResult | 返回参数 | |
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); GuangguangContentTrialQueryproducercontentdetailRequest req = new GuangguangContentTrialQueryproducercontentdetailRequest(); GuangguangContentTrialQueryproducercontentdetailRequest.TrialBaseRequest obj1 = new GuangguangContentTrialQueryproducercontentdetailRequest.TrialBaseRequest(); obj1.setPageNo(1L); obj1.setContentId(443034313881L); obj1.setPageSize(10L); req.setTrialBaseRequest(obj1); GuangguangContentTrialQueryproducercontentdetailResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | < guangguang_content_trial_queryproducercontentdetail_response > < result > < success >true</ success > < model > < content_id >443034313881</ content_id > < content_type >1</ content_type > < publish_time >1703226131655</ publish_time > < favor_count >11</ favor_count > < collect_count >2</ collect_count > < comment_count >23</ comment_count > < title >aa</ title > < summary >内容摘要</ summary > < cover_url >https://img.alicdn.com/imgextra/i2/6000000000615/O1CN011GPiUO8hKxBZe4V_!!6000000000615-0-tbvideo.jpg</ cover_url > < topic_id >438946574019</ topic_id > < topic_name >陈芋汐力压全红婵夺冠</ topic_name > < content_audit_status >1</ content_audit_status > </ model > < msg_info >system error</ msg_info > < msg_code >500</ msg_code > </ result > </ guangguang_content_trial_queryproducercontentdetail_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 > |
错误码 | 错误描述 | 解决方案 |
---|