Common.php 356 B

123456789101112
  1. <?php
  2. return array(
  3. 'cash fail' => '提现失败',
  4. 'no withdraw data' => '没有提现数据',
  5. 'notice no identity' => '通知内容没有传入ID',
  6. 'Content fail data' => '没有获取内容',
  7. 'type fail get' => '数据类型缺失',
  8. 'user does not exist' => '用户不存在',
  9. 'user does login' => '用户未登录',
  10. 'welcome'=>'欢迎',
  11. );
  12. ?>