客户在猎户座中的跟进情况
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
social_credit_code | String | 必须 | 23432jwedjib21 | 统一社会信用代码 | |
company_name | String | 必须 | 杭州胜利五金有限公司 | 公司名 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
error_desc | String | demo | 错误描述 |
dateline | Number | 1595399736 | 当前时间戳 |
value | OkkiCheckExternalResultDto | object | 业务对象 |
|
1 2 3 4 5 6 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaCrmCustomerFollowGetRequest req = new AlibabaCrmCustomerFollowGetRequest(); req.setSocialCreditCode( "23432jwedjib21" ); req.setCompanyName( "杭州胜利五金有限公司" ); AlibabaCrmCustomerFollowGetResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 | < alibaba_crm_customer_follow_get_response > < error_desc >demo</ error_desc > < dateline >1595399736</ dateline > < value > < biz_id >w823977sfg12ed2</ biz_id > < follow >false</ follow > </ value > </ alibaba_crm_customer_follow_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|