You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- --- 金币场相关php命令字
- local PHPCmd = {}
-
- -- 获取游戏等级配置
- PHPCmd.PHP_GAME_SERVER_CONFIG = "system.getLevelInfo"
- PHPCmd.PHP_DAY_FULI = "tasks.getList"
- PHPCmd.PHP_DAY_GET_TASK_PRIZE = "tasks.getPrize"
-
- return PHPCmd
|