联系官方销售客服
QQ1835022299
028-61286886
续费/升级会员如何时间累加?现在每次升级时都会抹去当前的会员到期时间,从今天开始计算
/dayrui/App/Member/Controllers/Apply.php
// 入库存储
$rt = \Phpcmf\Service::M('member')->apply_group(
$verify['id'],
$this->member,
$gid,
$lid,
$price,
$my_verify,
$this->member_cache['group'][$gid]['etime'] = $user['etime'] + $data['days']*24*60*60 // 我自己加的不生效
);
if (!$rt['code']) {
$this->_json(0, $rt['msg']);
}
$this->_json(1, $rt['msg'], ['url' => MEMBER_URL]);
}
(以上回复内容已被太阳成游戏网站框架创始人修改)