shish 1 年之前
父節點
當前提交
a4d568a807
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app-hd/controllers/IntraCityController.php

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

@@ -434,7 +434,7 @@ class IntraCityController extends BaseController
     {
         $merchant = WxOpenClass::getWxInfo();
         $ptStyle = dict::getDict('ptStyle', 'hd');
-        $r = expressUtil::getShopList($merchant, [],$ptStyle);
+        $r = expressUtil::getShopList($merchant, ['wx_store_id' => '', 'out_store_id' => ''], $ptStyle);
         print_r($r);
     }