Browse Source

fix:获奖记录免登录

super-yimizi 2 months ago
parent
commit
6edfdb847d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Lottery.php

+ 1 - 1
application/api/controller/Lottery.php

@@ -23,7 +23,7 @@ use app\common\Service\OrderService;
  */
  */
 class Lottery extends Api
 class Lottery extends Api
 {
 {
-    protected $noNeedLogin = ['activityList', 'activityDetail', 'getPrizes'];
+    protected $noNeedLogin = ['activityList', 'activityDetail', 'getPrizes','getWinRecords'];
     protected $noNeedRight = ['*'];
     protected $noNeedRight = ['*'];
 
 
     /**
     /**