shish 2 years ago
parent
commit
aac9e48a1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -39,7 +39,7 @@ class TestController extends BaseController
     public $guestAccess = ['fx','on', 'in', 'clear-query', 'ip', 'html', 'debt', 'apply', 'clear', 'ls-trade-query', 'refund-query', 'inform', 'notice', 'order-query', 'add-order', 'index', 'get', 'trade-query', 'query', 'balance-query', 'refund'];
 
     public function actionFx(){
-        $ghsShopId = 7855
+        $ghsShopId = 7855;
         $ghsShop = ShopClass::getById($ghsShopId, true);
         if (empty($ghsShop)) {
             util::fail('没有找到供货商的门店');