shish 3 лет назад
Родитель
Сommit
14f69ff6c9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/PurchaseClearController.php

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

@@ -12,7 +12,7 @@ use common\components\util;
 class PurchaseClearController extends BaseController
 {
 
-    public $guestAccess = ['wx-pay'];
+    public $guestAccess = ['wx-pay','create-order'];
 
     //生成结帐订单 ssh 2021.1.26
     public function actionCreateOrder()