فهرست منبع

notice without login

shish 6 سال پیش
والد
کامیت
3b4aef5de9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/business/controllers/TestController.php

+ 1 - 1
app/business/controllers/TestController.php

@@ -11,7 +11,7 @@ use common\components\util;
 class TestController extends BaseController
 {
 	
-	public $withoutLogin = ['inform'];
+	public $withoutLogin = ['inform','notice'];
 	
 	//添加订单
 	public function actionAddOrder()