shish há 10 meses atrás
pai
commit
414211a8fc
1 ficheiros alterados com 9 adições e 9 exclusões
  1. 9 9
      app-hd/controllers/IntraCityController.php

+ 9 - 9
app-hd/controllers/IntraCityController.php

@@ -76,15 +76,15 @@ class IntraCityController extends BaseController
 
             // 查询是否存在 wx_store_id,不存在则执行apply
             if ($shopExt->wxStoreId == '') {
-                $re = IntraCityExpress::applyStore();
-                if (!is_array($re)) {
-                    $re = Json::decode($re, true);
-                }
-                noticeUtil::push("创建跑腿门店,参数内容:" . json_encode($re), '15280215347');
-                if ($re['errcode'] != 0) {
-                    Yii::error("开通门店权限失败:" . $re['errmsg']);
-                    util::fail('开通门店权限失败');
-                }
+//                $re = IntraCityExpress::applyStore();
+//                if (!is_array($re)) {
+//                    $re = Json::decode($re, true);
+//                }
+//                noticeUtil::push("创建跑腿门店,参数内容:" . json_encode($re), '15280215347');
+//                if ($re['errcode'] != 0) {
+//                    Yii::error("开通门店权限失败:" . $re['errmsg']);
+//                    util::fail('开通门店权限失败');
+//                }
             }
 
             noticeUtil::push("创建跑腿门店,参数:" . json_encode($storeData), '15280215347');