| 123456789101112 |
- <?php
- return array(
- 'cash fail' => '提现失败',
- 'no withdraw data' => '没有提现数据',
- 'notice no identity' => '通知内容没有传入ID',
- 'Content fail data' => '没有获取内容',
- 'type fail get' => '数据类型缺失',
- 'user does not exist' => '用户不存在',
- 'user does login' => '用户未登录',
- 'welcome'=>'欢迎',
- );
- ?>
|