分页查询达人作品列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
trial_base_request | TrialBaseRequest | 可选 | 请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MtopResult | 返回参数 | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); GuangguangContentTrialQueryproducercontentinfoRequest req = new GuangguangContentTrialQueryproducercontentinfoRequest(); GuangguangContentTrialQueryproducercontentinfoRequest.TrialBaseRequest obj1 = new GuangguangContentTrialQueryproducercontentinfoRequest.TrialBaseRequest(); obj1.setPageNo(1L); obj1.setPageSize(10L); req.setTrialBaseRequest(obj1); GuangguangContentTrialQueryproducercontentinfoResponse 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 24 | < guangguang_content_trial_queryproducercontentinfo_response > < result > < success >true</ success > < model > < page_index >1</ page_index > < page_size >10</ page_size > < total_count >20</ total_count > < has_next >true</ has_next > < data > < producer_content_info_d_t_o > < content_id >443034313881</ content_id > < content_type >1</ content_type > < publish_time >1703226131655</ publish_time > < favor_count >12</ favor_count > < collect_count >23</ collect_count > < comment_count >12</ comment_count > </ producer_content_info_d_t_o > </ data > </ model > < msg_info >system error</ msg_info > < msg_code >101</ msg_code > </ result > </ guangguang_content_trial_queryproducercontentinfo_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 > |
错误码 | 错误描述 | 解决方案 |
---|