基于供应商id获取供应商基础脱敏信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
supplier_id | String | 可选 | 0038644 | 供应商id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | JsonResponse | result | 返回数据 |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaMosSupplierBasisGetsupplierinfoRequest req = new AlibabaMosSupplierBasisGetsupplierinfoRequest(); req.setSupplierId( "0038644" ); AlibabaMosSupplierBasisGetsupplierinfoResponse 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 | < alibaba_mos_supplier_basis_getsupplierinfo_response > < result > < data > < app_name >appName</ app_name > < approval_status >approvalStatus</ approval_status > < business_scope >businessScope</ business_scope > < cert_record_id >certRecordId</ cert_record_id > < change_type >changeType</ change_type > < company_name >companyName</ company_name > < company_nature >companyNature</ company_nature > < company_type >companyType</ company_type > < end_time >endTime</ end_time > < establish_date >establishDate</ establish_date > < gmt_create >gmtCreate</ gmt_create > < gmt_modified >gmtModified</ gmt_modified > < id >id</ id > < offset >offset</ offset > < operate_id >operateId</ operate_id > < operate_name >operateName</ operate_name > < operating_end >operatingEnd</ operating_end > < operating_start >operatingStart</ operating_start > < operator_id >operatorId</ operator_id > < operator_name >operatorName</ operator_name > < page >page</ page > < page_size >pageSize</ page_size > < process_instance_id >processInstanceId</ process_instance_id > < registered_capital >registeredCapital</ registered_capital > < relation_id >relationId</ relation_id > < source >source</ source > < start_time >startTime</ start_time > < supplier_id >supplierId</ supplier_id > < supplier_status >supplierStatus</ supplier_status > </ data > < err_code >errCode</ err_code > < err_msg >errMsg</ err_msg > < success >success</ success > < ts >ts</ ts > </ result > </ alibaba_mos_supplier_basis_getsupplierinfo_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 > |
错误码 | 错误描述 | 解决方案 |
---|