12345678910111213141516171819202122 |
- <?php
- // +----------------------------------------------------------------------
- // | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2013-2017 http://www.thinkcmf.com All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
- // +----------------------------------------------------------------------
- // | Author: 老猫 <thinkcmf@126.com>
- // +----------------------------------------------------------------------
- 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不能为空',
- ];
|