作者 郭盛
1 个管道 的构建 通过 耗费 11 秒

文件下载调试

... ... @@ -1156,7 +1156,7 @@ class User extends Api
$param['total'] = $this->request->post('total');
if(empty( $param['total'])){
$this->error(['code'=>2,'msg'=>'缺少必要参数']);
}elseif ( $param['total']<=8000){
}elseif ($param['total']<8000){
$this->error(['code'=>3,'msg'=>'开通会员至少需要8000元哦']);
}else{
$param['createtime'] = time();
... ...