根据 查询实例ID,请求展示页面URL及简要结果 调用此接口的目的是为了获取URL并展示,因此默认请求到的URL是需要被用户打开的。
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
instance_id | Number | 必须 | 1022131 | 查验实例id | |
request_type | String | 可选 | FE_API | 特殊情况指定查验的类型 (一般情况下不要填) | |
language | String | 可选 | CN | 语言CN:中文 EN:英文 | |
instance_item_id | Number | 可选 | 12311321 | 批量查验的数据需要提供InstanceItemId |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | QueryResultPageResponseDto | 返回参数 | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaEshiqiInspectionQueryRequest req = new AlibabaEshiqiInspectionQueryRequest(); req.setInstanceId(1022131L); req.setRequestType( "FE_API" ); req.setLanguage( "CN" ); req.setInstanceItemId(12311321L); AlibabaEshiqiInspectionQueryResponse 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 59 60 61 62 63 64 65 66 67 68 69 | < alibaba_eshiqi_inspection_query_response > < result > < result >SUCCESS</ result > < risk_level >LOW</ risk_level > < description >xxxx发现高风险</ description > < dimension_info > < instance_id >102321</ instance_id > < dimension_list > < dimension_level_dto > < level >NO_RISK</ level > < code >102</ code > < label >基础经营风险</ label > </ dimension_level_dto > </ dimension_list > < instance_item_id >1222232</ instance_item_id > </ dimension_info > < status >FINISH</ status > < succeeded >true</ succeeded > < http_status_code >200</ http_status_code > < response_code >200</ response_code > < response_msg >ok</ response_msg > < corp_info > < industry_phy >-</ industry_phy > < reg_province >上海市</ reg_province > < ent_status >在营</ ent_status > < reg_org >徐汇工商局</ reg_org > < reg_city >上海市</ reg_city > < es_date >2018-12-19</ es_date > < corp_name >上海市xx信息技术有限公司</ corp_name > < corp_name_en >-</ corp_name_en > < rec_cap >1824.8</ rec_cap > < reg_county >徐汇区</ reg_county > < op_period >2018-12-19至长期</ op_period > < address >上海市徐汇区xxx路xxx弄xxx号xxx室</ address > < reg_cap_str >100万</ reg_cap_str > < employee_cnt >50-150人</ employee_cnt > < industry_co_code >5129</ industry_co_code > < reg_cap_cur_iso_code >CNY</ reg_cap_cur_iso_code > < audit_date >2010-09-01</ audit_date > < op_from >2018-12-19</ op_from > < former_name >-</ former_name > < cancel_reason >-</ cancel_reason > < reg_cap >1000</ reg_cap > < legal_person >小明</ legal_person > < org_code >101115245</ org_code > < zs_op_scope >销售食品;经营山货及经贸部批准的进出口业务,接受委托代理上述进出口业务;承办中外合资经营、合作生产、三来一补及对销贸易业务;销售新鲜蔬菜、新鲜水果、食用农产品。(市场主体依法自主选择经营项目,开展经营活动;销售食品以及依法须经批准的项目,经相关部门批准后依批准的内容开展经营活动;不得从事国家和本市产业政策禁止和限制类项目的经营活动。)</ zs_op_scope > < reg_cap_cur >人民币元</ reg_cap_cur > < credit_code >9xxxxxxxxxxxxxxxxT</ credit_code > < ent_type >有限责任公司(非自然人投资或控股的法人独资)</ ent_type > < revoke_reason >-</ revoke_reason > < revoke_date >-</ revoke_date > < rec_reg_cap >1000.00人民币元</ rec_reg_cap > < industry_co_name >批发和零售业</ industry_co_name > < op_to >长期</ op_to > < cancel_date >2015-01-05</ cancel_date > < reg_no >500000000000002</ reg_no > </ corp_info > < rule_hit_info_list > < rule_hit_info_dto > < rule_property_name >注册资金过低</ rule_property_name > < punish_result >重点关注</ punish_result > < output_risk_level >高</ output_risk_level > < risk_type_code >102</ risk_type_code > < risk_type_name >基础经营风险</ risk_type_name > </ rule_hit_info_dto > </ rule_hit_info_list > </ result > </ alibaba_eshiqi_inspection_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|