|
|
@@ -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()
|
|
|
{
|