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