zory 2 周之前
父節點
當前提交
ff2fec0e14
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/extra/basic/Base.php

+ 1 - 0
app/extra/basic/Base.php

@@ -49,6 +49,7 @@ class Base
         // 同步已经下单的订单
         // 同步已经下单的订单
         if (!empty($account)) {
         if (!empty($account)) {
             $resp = (new Client)->config($this->getDyConfig())->token()->queryOrder($account,$openId);
             $resp = (new Client)->config($this->getDyConfig())->token()->queryOrder($account,$openId);
+            print_r($resp);
             $store = (new SaasStore)->where("store_id",$account)->findOrEmpty();
             $store = (new SaasStore)->where("store_id",$account)->findOrEmpty();
             if (!empty($resp['data']['orders'])) {
             if (!empty($resp['data']['orders'])) {
                 $orderData = $orderLog = [];
                 $orderData = $orderLog = [];