失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > 阿里巴巴中国站获得店铺详情 API 返回值说明

阿里巴巴中国站获得店铺详情 API 返回值说明

时间:2020-02-19 17:28:49

相关推荐

阿里巴巴中国站获得店铺详情 API 返回值说明

请求地址:https://api-/1688/seller_info

API测试工具点击申请试用

请求参数

请求参数:sid=b2b-2206619673102e9470

参数说明:sid:sid

响应参数

Version: Date:

请求示例

PHP

<?php// 请求示例 url 默认请求参数已经URL编码处理// 本示例代码未加密secret参数明文传输,若要加密请参考:/help/demo/sdk/demo-sign.php$method = "GET";$url = "https://api-/1688/seller_info/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&sid=b2b-2206619673102e9470";$curl = curl_init();curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);curl_setopt($curl, CURLOPT_URL, $url);curl_setopt($curl, CURLOPT_SSL_VERIFYHOST,FALSE);curl_setopt($curl, CURLOPT_SSL_VERIFYPEER,FALSE);curl_setopt($curl, CURLOPT_FAILONERROR, false);curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);curl_setopt($curl, CURLOPT_HEADER, true);curl_setopt($curl, CURLOPT_ENCODING, "gzip");var_dump(curl_exec($curl));?>

API返回结果

---------------------------------------{"user": {"id": "37405963","nick": "深圳市多亲科技有限公司","good_num": "","level": "","created": "","shop_type": "","user_num_id": "b2b-2206619673102e9470","company_id": "","company_dj": "深圳市多亲科技有限公司","company_time": "","company_info": null,"cid": "-1","sid": "b2b-2206619673102e9470","title": "深圳市多亲科技有限公司","address": "广东 深圳","zhuy": "/winport/b2b-2206619673102e9470.html","fh_score": "0.0","hm_score": "5.0","xy_score": "5.0","ht_score": null,"qe_score": null,"menu": "","service_score": null,"tplogo": "///cms/upload//790/696/2696097_1254399316.png","ratelogourl": "/imgextra/i2/O1CN01AUrNmz1Mb3n1wG6Z1_!!6000000001452-2-tps-48-48.png","tpyear": "3","bsrdata": "","_ddf": "cdy"},"secache": "b4cb1839f4d75b3991d8e7ed9ab1f3e6","secache_time": 1665731205,"secache_date": "-10-14 15:06:45","translate_status": "","translate_time": 0,"language": {"default_lang": "cn","current_lang": "cn"},"error": "","reason": "","error_code": "0000","cache": 0,"api_info": "today:101 max:10000 all[235=101+70+64];expires:2030-12-31","execution_time": "3.532","server_time": "Beijing/-10-14 15:06:45","client_ip": "106.6.36.148","call_args": {"nick": "b2b-2206619673102e9470"},"api_type": "1688","translate_language": "zh-CN","translate_engine": "google_new","server_memory": "0.77MB","request_id": "gw-4.63490a8191fc7","last_id": "1282756141"}

如果觉得《阿里巴巴中国站获得店铺详情 API 返回值说明》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。