Browse Source

创建账单

shish 3 years ago
parent
commit
14f69ff6c9
1 changed files with 1 additions and 1 deletions
  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
 class PurchaseClearController extends BaseController
 {
 {
 
 
-    public $guestAccess = ['wx-pay'];
+    public $guestAccess = ['wx-pay','create-order'];
 
 
     //生成结帐订单 ssh 2021.1.26
     //生成结帐订单 ssh 2021.1.26
     public function actionCreateOrder()
     public function actionCreateOrder()