根据用户id列表、批量获取用户所属公司列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param0 | WorkBenchContext | 可选 | 系统自动生成 | ||
|
|||||
param1 | String [] | 必须 | 111143930 |
|
accountIds |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CollectionResult | {} | 响应结果 |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIbWorkcoreCompanyGetcombyaccidsRequest req = new AlibabaIbWorkcoreCompanyGetcombyaccidsRequest(); AlibabaIbWorkcoreCompanyGetcombyaccidsRequest.WorkBenchContext obj1 = new AlibabaIbWorkcoreCompanyGetcombyaccidsRequest.WorkBenchContext(); obj1.setCampusId(10009L); req.setParam0(obj1); req.setParam1( "111143930" ); AlibabaIbWorkcoreCompanyGetcombyaccidsResponse 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 | < alibaba_ib_workcore_company_getcombyaccids_response > < result > < error_level >1</ error_level > < error_ext_info >1</ error_ext_info > < success >false</ success > < error_msg >1</ error_msg > < error_code >1</ error_code > < total_count >123</ total_count > < request_id >1</ request_id > < contents > &l t ;t> < account_id >1</ account_id > < companys > < company_dto > < id >1</ id > < company_id >1</ company_id > < name >ss</ name > < short_name >pornhub</ short_name > < is_default >false</ is_default > < status >1,2</ status > < mobile >12345678</ mobile > < campus_id >1</ campus_id > < campus_name >西三</ campus_name > < hr_sign_company_id >11</ hr_sign_company_id > < is_wuye >true</ is_wuye > < corp_id >1</ corp_id > < count >21</ count > < company_code >1</ company_code > </ company_dto > </ companys > &l t ;/t> </ contents > </ result > </ alibaba_ib_workcore_company_getcombyaccids_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 > |
错误码 | 错误描述 | 解决方案 |
---|