获取帮助中心问题列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
app_version | String | 可选 | app版本号 | app版本号 | |
execute_user_list | ExecuteUserDto [] | 可选 |
|
用户列表 | |
|
|||||
personal_session | String | 必须 | asdasd33 | session | |
personal_user_id | Number | 必须 | 3333 | userid |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | YmHelpCenterQuestionListResponse | 数据体 | data |
|
|||
status_code | String | 2 | statusCode |
status_message | String | 错误文案 | statusMessage |
is_success | Boolean | false | success |
1 2 3 4 5 6 7 8 9 10 11 12 13 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); CainiaoGuoguoHelpcenterQuestionIstRequest req = new CainiaoGuoguoHelpcenterQuestionIstRequest(); req.setAppVersion( "app版本号" ); List<CainiaoGuoguoHelpcenterQuestionIstRequest.ExecuteUserDto> list2 = new ArrayList<CainiaoGuoguoHelpcenterQuestionIstRequest.ExecuteUserDto>(); CainiaoGuoguoHelpcenterQuestionIstRequest.ExecuteUserDto obj3 = new CainiaoGuoguoHelpcenterQuestionIstRequest.ExecuteUserDto(); list2.add(obj3); obj3.setExecuteUserId(323234L); obj3.setExecuteUserType( "CP" ); req.setExecuteUserList(list2); req.setPersonalSession( "asdasd33" ); req.setPersonalUserId(3333L); CainiaoGuoguoHelpcenterQuestionIstResponse rsp = client.execute(req); 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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | < cainiao_guoguo_helpcenter_question_ist_response > < data > < help_center_question_d_t_o_s > < ym_help_center_question_dto > < answer_id >答案id</ answer_id > < answer_list > < ym_help_center_answer_dto > < biz >业务标识</ biz > < content >内容</ content > < ext >扩展</ ext > < gmt_create >时间戳</ gmt_create > < gmt_modified >时间戳</ gmt_modified > < id >3333</ id > < question_id >1111</ question_id > < stat_click_count >33</ stat_click_count > < stat_unuseful_count >111</ stat_unuseful_count > < stat_useful_count >111</ stat_useful_count > < title >回答</ title > </ ym_help_center_answer_dto > </ answer_list > < biz >账号</ biz > < category_id >12</ category_id > < content >问题内容</ content > < enddate >时间戳</ enddate > < ext >扩展内容</ ext > < gmt_create >时间戳</ gmt_create > < gmt_modified >时间戳</ gmt_modified > < id >33</ id > < is_hot >1</ is_hot > < sort_index >1</ sort_index > < startdate >时间戳</ startdate > < stat_click_count >33</ stat_click_count > < title >标题</ title > </ ym_help_center_question_dto > </ help_center_question_d_t_o_s > </ data > < status_code >2</ status_code > < status_message >错误文案</ status_message > < is_success >false</ is_success > </ cainiao_guoguo_helpcenter_question_ist_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 > |
错误码 | 错误描述 | 解决方案 |
---|