shish 3 лет назад
Родитель
Сommit
6777d4ff76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/CgRefundController.php

+ 1 - 1
app-hd/controllers/CgRefundController.php

@@ -12,7 +12,7 @@ use common\components\util;
 class CgRefundController extends BaseController
 {
 
-    public $guestAccess = ['list', 'get-refund-data'];
+    public $guestAccess = ['list', 'getRefundData'];
 
     //列表
     public function actionList()