太阳成游戏网站CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
QQ1835022299
028-61286886
后台财务流水已付流水自定义时间!加入自定义字段
* 到期时间限制 {dr_lang('提交')}
public function xiugai(){ $id = $this->request->getGet('id'); $endtime = strtotime($this->request->getPost('endtime')); $result = \Phpcmf\Service::M()->db->table('member_paylog')->where('id',$id)->update(['endtime' => $endtime]); if ($result){ return json_encode(['code'=>1]); }else { return json_encode(['code'=>0]); } }