12345678910111213141516171819202122 |
- <?php
- return [
- 'SUCCESS' => '成功',
- 'ADD SUCCESS' => '添加成功',
- 'NO_LOGIN' => '请先登录',
- 'sign is null' => '签名不能为空',
- 'timestamp is null' => '时间戳不能为空',
- 'gift id is null' => '礼包ID不能为空',
- 'id is null' => 'ID不能为空',
- 'data null' => '无数据',
- 'app_id is null' => '游戏ID不能为空',
- ];
|