作者 lihan
1 个管道 的构建 通过 耗费 0 秒

物流跟踪&确认收货

... ... @@ -283,7 +283,9 @@ class CenterController extends HomeBaseController
"ShipperCode" => $info['code'],
"LogisticCode" => $info['kd_num']
];
test();
test();exit();
$logisticResult = orderTracesSubByJson();
echo $logisticResult;
//物流接口请求
$url = 'http://sandboxapi.kdniao.cc:8080/kdniaosandbox/gateway/exterfaceInvoke.json';
return $this->fetch();
... ...
... ... @@ -23,8 +23,7 @@ defined('ReqURL') or define('ReqURL', 'http://testapi.kdniao.cc:8081/api/dist');
//调用获取物流轨迹
//-------------------------------------------------------------
$logisticResult = orderTracesSubByJson();
echo $logisticResult;
//-------------------------------------------------------------
... ...