...
|
...
|
@@ -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();
|
...
|
...
|
|