公共参数
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
key | String | 是 | 免费申请调用key(必须以GET方式拼接在URL中) |
secret | String | 是 | 调用密钥 |
api_name | String | 是 | API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等] |
cache | String | 否 | [yes,no]默认yes,将调用缓存的数据,速度比较快 |
result_type | String | 否 | [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读 |
lang | String | 否 | [cn,en,ru]翻译语言,默认cn简体中文 |
version | String | 否 | API版本 |
请求参数
请求参数:sid=b2b-2216359427002c502b
参数说明:sid:店铺id
返回数据:
{
"item":{
"address":"中国 广东 深圳市龙岗区 深圳市龙岗区布吉街道长龙社区德兴城4栋德兴城吉华路226-44",
"company_name":"深圳市斯科瑞五金实业有限公司",
"msg":"暂无联系方式",
"name":"刘小小",
"mobile":"18002510304",
"phone":"86 0755 28***14"
},
"error":"",
"reason":"",
"error_code":"0000",
"cache":0,
"api_info":"today: max:15000 all[=++];expires:2031-01-01",
"execution_time":"1.804",
"server_time":"Beijing/2024-01-10 14:47:08",
"client_ip":"127.0.0.1",
"call_args":[
],
"api_type":"1688",
"server_memory":"3.77MB",
"last_id":false
}
标签:API,01,默认,item,api,参数,返回值,1688
From: https://blog.csdn.net/weixin_44353800/article/details/136684853