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.

10 lines
235 B

  1. --- 金币场相关php命令字
  2. local PHPCmd = {}
  3. -- 获取游戏等级配置
  4. PHPCmd.PHP_GAME_SERVER_CONFIG = "system.getLevelInfo"
  5. PHPCmd.PHP_DAY_FULI = "tasks.getList"
  6. PHPCmd.PHP_DAY_GET_TASK_PRIZE = "tasks.getPrize"
  7. return PHPCmd