ソースを参照

DeliveryController 把 shansong-callback 设置为免认证

shizhongqi 9 ヶ月 前
コミット
62eb96c317
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/DeliveryController.php

+ 1 - 1
app-ghs/controllers/DeliveryController.php

@@ -19,7 +19,7 @@ use Yii;
  */
 class DeliveryController extends BaseController
 {
-    public $guestAccess = ['callback', 'shansong-auth-callback', 'huolala-auth-callback', 'fengniao-callback'];
+    public $guestAccess = ['callback', 'shansong-auth-callback', 'huolala-auth-callback', 'fengniao-callback', 'shansong-callback'];
 
     public function actionList()
     {