查询客户信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
top_context_dto | TopContextDto | 必须 | 用户信息 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultDto | {} | 返回类 |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaScbpAdCustomerFindCustomerInfoRequest req = new AlibabaScbpAdCustomerFindCustomerInfoRequest(); AlibabaScbpAdCustomerFindCustomerInfoRequest.TopContextDto obj1 = new AlibabaScbpAdCustomerFindCustomerInfoRequest.TopContextDto(); obj1.setProductId(110101103L); obj1.setProductLineId(110101L); req.setTopContextDto(obj1); AlibabaScbpAdCustomerFindCustomerInfoResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | < alibaba_scbp_ad_customer_find_customer_info_response > < result > < result > < currency >CNY</ currency > < level >1</ level > < score >35</ score > < star_temp >1</ star_temp > < score_temp >35</ score_temp > < exchange_rate >1</ exchange_rate > < tax_rate >6</ tax_rate > < region >hz</ region > < customer_balance >154888</ customer_balance > </ result > </ result > </ alibaba_scbp_ad_customer_find_customer_info_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 > |
错误码 | 错误描述 | 解决方案 |
---|