Common.php 387 B

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