阿里拍卖商家登陆之后通过这个查看用户的单条资质审核提交的详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
apply_id | Number | 必须 | 12345678 | 资质审核 ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
value | QualApplyVo | 资质审核信息 | 资质审核信息 |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionGovQualificationGetRequest req = new AuctionGovQualificationGetRequest(); req.setApplyId(12345678L); AuctionGovQualificationGetResponse 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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | < auction_gov_qualification_get_response > < value > < historys > < qual_apply_history_vo > < audit_result >身份不匹配</ audit_result > < qual_status >1</ qual_status > < audit_time >2017-12-12 12:12:12</ audit_time > < submit_time >2017-12-12 12:12:12</ submit_time > </ qual_apply_history_vo > </ historys > < privilege_info_list > < qual_user_info > < phone >12345678901</ phone > < realname >王xx</ realname > < card_number >12345678901</ card_number > < card_type >2</ card_type > </ qual_user_info > </ privilege_info_list > < buyer_info > < phone >12345678901</ phone > < realname >王xx</ realname > < card_number >12345678901</ card_number > < card_type >2</ card_type > < buyer_open_id >AAEuzpioAMVwNvnMvUs6Q2Qj</ buyer_open_id > </ buyer_info > < pics_list > < string >TJ89sf99Ffds</ string > </ pics_list > < attachment_list > < qual_attach_file > < download_url >TJ89sf99F</ download_url > < title >附件图片A.jpg</ title > </ qual_attach_file > </ attachment_list > < audit_time >2017-12-12 12:12:12</ audit_time > < submit_time >2017-12-12 12:12:12</ submit_time > < audit_result >身份不匹配</ audit_result > < qual_status >1</ qual_status > < qual_apply_end_date >2017-12-12 12:12:12</ qual_apply_end_date > < item_status >0</ item_status > < auction_end >2017-12-12 12:12:12</ auction_end > < auction_start >2017-12-12 12:12:12</ auction_start > < main_pic >Tjlkdf43q1</ main_pic > < auction_title >桑塔纳一辆</ auction_title > < apply_id >12345678</ apply_id > < item_id >12345678</ item_id > < buyer_economic_type >1</ buyer_economic_type > < custom_attachment_list > < custom_qual_attachment_v_o > < out_id >out_id_123</ out_id > < name >身份证正反面扫描件</ name > < type >1</ type > < buyer_preview_url >//zc-paimai.daily.taobao.net/download_attach.do?attach_id=123</ buyer_preview_url > < buyer_preview_title >勘探确认书.pdf</ buyer_preview_title > </ custom_qual_attachment_v_o > </ custom_attachment_list > </ value > </ auction_gov_qualification_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|