SRCMS V2.2 开发版
[新增] 审核后台单个漏洞报告导出 [新增] 审核后台全部漏洞报告导出为报表 [修复] Ueditor上传路径错误导致的文件上传失败问题 [修复] 用户个人中心礼品无法兑换的问题 [修复] 前台安全应急响应中心名称动态不显示的问题 [修复] 跳转页面LOGO不显示的问题
This commit is contained in:
@@ -82,7 +82,10 @@ class GiftController extends BaseController{
|
||||
$record_result = $record -> add($rdata);
|
||||
|
||||
$token = $data['token'];
|
||||
if($token != $user['token']){$this->error("非法请求");}
|
||||
if($token != $user['token']){
|
||||
$this->error("非法请求");
|
||||
}
|
||||
|
||||
|
||||
$result = M('member')->where('id='.$id)->setDec('jinbi',$gift['price']);
|
||||
if ($model->field('userid,username,gid,tel,alipay,realname,address,zipcode,price,update_time')->add($data)) {
|
||||
|
||||
Reference in New Issue
Block a user