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.

8 lines
228 B

  1. local MailCmd = {
  2. PHP_GET_MESS = "message.getMess", --获取邮件
  3. PHP_TAKE = "message.take", --领取奖励
  4. PHP_DEL = "message.del", --删除邮件
  5. PHP_READ = "message.setReadState", --阅读邮件
  6. }
  7. return MailCmd