12345678910111213141516171819202122 |
- <?php
- return [
- 'SUCCESS' => 'sdfsj8fiew',
- 'ADD SUCCESS' => '添加成功',
- 'NO_LOGIN' => 'no login',
- 'sign is null' => 'sign is not null ar',
- 'timestamp is null' => 'timestamp is null ar',
- 'gift id is null' => 'gift id is null ar ',
- 'hasgift' => 'has gift ar',
- 'nogift' => 'no gift ar',
- 'id is null' => 'id is null ar',
- 'data null' => 'no data',
- ];
|