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

2

... ... @@ -106,6 +106,7 @@ class BirdController extends HomeBaseController
//解析在线下单返回结果
$result = json_decode($jsonResult, true);
cache('test',$result);
dump($result);die;
if ($result["ResultCode"] == "100") {
if(!empty($result['Order']['LogisticCode'])){
$indentModel->updateData(['id'=>$indent_id],['logistic_code'=>$result['Order']['LogisticCode']]);
... ...