
第三方接口
Json159
世事洞明皆学问,想到和得到中间还有个做到
展开
-
API标准返回列表信息
{ "data": [ { "sku": "4833677185901", "master_sku": "2629421073875", "master_id": 2088335, "super_sku": "", "super_id": 0, "name": "test product name", "entity_type": "seller_simple", "type": "simple",原创 2021-03-30 13:49:42 · 302 阅读 · 0 评论 -
curl 请求
curl 模拟 浏览器 post 请求 <?php $url = 'http://127.0.0.1/test.php';//POST指向的链接 $data = array( 'access_token'=>'thekeyvalue' ); $json_data = postData(...原创 2018-08-07 15:36:13 · 250 阅读 · 0 评论