文件路径app/controllers/user/getCode.php
$vcnum = $this->db->where('ip = ? and time between ? and ?',[$this->ip,timeRange(),timeRange(0,1)])->count();
//将10改成今日发信控制次数
if($vcnum >= 10)$this->out->e(117);
//将120改成每次多少秒发信间隔时间
$vcRes = $this->db->where('eorp = ? and time > ?',[$_POST['account'],time()-120])->fetch();
if($vcRes)$this->out->e(116);




没有回复内容