ggs获取智能背调数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
account_id | Number | 必须 | 123 | 卖家账号id | |
company_id | Number | 必须 | 123 | 卖家店铺id | |
buyer_info | BuyerInfo | 可选 | 买家信息 | ||
|
|||||
name | String | 可选 | xxx | 卖家名称 | |
String | 可选 | xxx@163.com | 卖家邮箱 | ||
flag | Number | 可选 | 1 |
|
标记位 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Data | 数据 | |
|
|||
success | Boolean | true | 是否成功 |
error_desc | String | 错误描述 | 错误描述 |
now | String | 2024-07-03 14:15:36 | 时间 |
resp_code | Number | 0 | 响应码 |
{"account_id":123,"flag":1,"company_id":123,"buyer_info":{"country":"US","account_id":123,"encrypt_flag":1,"contact":"xxx@gmail.com","company_name":"testcompany","homepage":"https://www.baidu.com"},"name":"xxx","email":"xxx@163.com"}
{ "data":{ "company_info":{ "website":"wwww.alibaba.com", "employees_number":"123", "profile":"xxx xxxx", "industry":"Internet", "annual_revenue":"1111B" }, "sign":"xxxxxxx", "auth_flag":1, "info_flag":1, "task_id":0 }, "success":true, "error_desc":"错误描述", "now":"2024-07-03 14:15:36", "resp_code":0 }
{"success":"false","error_desc":"Illegal request","resp_code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|