感谢您的反馈!
根据园区和和认证状态查询出认证公司, 分页查询的, 页码从1开始. 默认每页20条
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
work_bench_context | WorkBenchContext | 可选 | WorkBenchContext | ||
|
|||||
is_identify | String | 可选 | y | 认证状态 | |
query_d_t_o | QueryDto | 可选 | 系统自动生成 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | PageResult | {} | 分页结果 |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIbWorkcoreCompanyGetcompbyidentRequest req = new AlibabaIbWorkcoreCompanyGetcompbyidentRequest(); AlibabaIbWorkcoreCompanyGetcompbyidentRequest.WorkBenchContext obj1 = new AlibabaIbWorkcoreCompanyGetcompbyidentRequest.WorkBenchContext(); obj1.setCampusId(11L); obj1.setSystemId("11"); obj1.setCompanyId(11L); obj1.setEagleEyeTraceId("11"); obj1.setUserName("三毛"); obj1.setCampusCode("10009"); obj1.setUserId(11L); obj1.setSecurityCode("11"); req.setWorkBenchContext(obj1); req.setIsIdentify("y"); AlibabaIbWorkcoreCompanyGetcompbyidentRequest.QueryDto obj2 = new AlibabaIbWorkcoreCompanyGetcompbyidentRequest.QueryDto(); obj2.setSort("null"); obj2.setOrderBy("null"); obj2.setOrder("null"); obj2.setPage(1L); obj2.setSize(20L); req.setQueryDTO(obj2); AlibabaIbWorkcoreCompanyGetcompbyidentResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<alibaba_ib_workcore_company_getcompbyident_response> <result> <error_level>1</error_level> <success>ok</success> <error_msg>ok</error_msg> <error_code>200</error_code> <request_id>111</request_id> <content> <total_page>100</total_page> <current_page>1</current_page> <page_size>10</page_size> <total_count>100</total_count> <results> <t> <regedit_user_id>为</regedit_user_id> <provice>sa</provice> <city>日照市</city> <area>神照县</area> <license_expire_time>12324244</license_expire_time> <group_code>1212</group_code> <scope>参与</scope> <registered_capital>24324</registered_capital> <legal_person_place>浙江杭州</legal_person_place> <legal_person_id>3453534534534543</legal_person_id> <legal_person_id_type>身份证</legal_person_id_type> <legal_person_id_icon>2323</legal_person_id_icon> <legal_person_id_back_icon>22323</legal_person_id_back_icon> <invoice_tax_code>343543</invoice_tax_code> <invoice_bank>杭州银行</invoice_bank> <invoice_bank_card>1212</invoice_bank_card> <invoice_recipients>里斯</invoice_recipients> <invoice_phone>1122</invoice_phone> <invoice_address>3333</invoice_address> <contact_email>111</contact_email> <company_id>22</company_id> <campus_name>西溪园区</campus_name> <campus_id>11</campus_id> <is_deleted>n</is_deleted> <invoice_company_name>测试企业</invoice_company_name> <bank_of_deposit>中投行</bank_of_deposit> <corporate_account>14353546</corporate_account> <catering_license_icon>we</catering_license_icon> <brand_authorization_icon>sdsd</brand_authorization_icon> <logo_paper_icon>wewe</logo_paper_icon> <license_icon>dser</license_icon> <business_license>3232442</business_license> <contact_address>文一西路</contact_address> <legal_person_mobile>12113</legal_person_mobile> <legal_person>奥巴马</legal_person> <contact_phone>13132424</contact_phone> <contact>张三</contact> <identify_status>y</identify_status> <name>测试</name> <id>37</id> </t> </results> </content> </result> </alibaba_ib_workcore_company_getcompbyident_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|