Explorar el Código

快捷支付,支付宝

shish hace 6 años
padre
commit
f5b785f3a1
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      app/client/controllers/OrderController.php

+ 3 - 3
app/client/controllers/OrderController.php

@@ -24,9 +24,9 @@ use common\components\util;
 
 class OrderController extends BaseController
 {
-	
-	public $withoutLogin = ['order-relate'];
-	
+
+	public $withoutLogin = ['order-relate','fast-pay'];
+
 	//商城下单操作 shish 2019.12.3
 	public function actionCreateOrder()
 	{