@@ -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('没有找到供货商的门店');