mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +08:00
Update RebateCurrentService.php
This commit is contained in:
parent
0567414f33
commit
7ca5598f73
@ -12,12 +12,12 @@ use think\admin\Exception;
|
|||||||
*/
|
*/
|
||||||
class RebateCurrentService extends Service
|
class RebateCurrentService extends Service
|
||||||
{
|
{
|
||||||
const PRIZE_01 = 'prize_01';
|
const PRIZE_01 = 'PRIZE01';
|
||||||
const PRIZE_02 = 'prize_02';
|
const PRIZE_02 = 'PRIZE02';
|
||||||
const PRIZE_03 = 'prize_03';
|
const PRIZE_03 = 'PRIZE03';
|
||||||
const PRIZE_04 = 'prize_04';
|
const PRIZE_04 = 'PRIZE04';
|
||||||
const PRIZE_05 = 'prize_05';
|
const PRIZE_05 = 'PRIZE05';
|
||||||
const PRIZE_06 = 'prize_06';
|
const PRIZE_06 = 'PRIZE06';
|
||||||
|
|
||||||
const PRIZES = [
|
const PRIZES = [
|
||||||
self::PRIZE_01 => ['code' => self::PRIZE_01, 'name' => '首推奖励', 'func' => '_prize01'],
|
self::PRIZE_01 => ['code' => self::PRIZE_01, 'name' => '首推奖励', 'func' => '_prize01'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user