|
|
@@ -197,11 +197,6 @@ class MemberService extends BaseService
|
|
|
$uuid = isset($system['uuid'])? $system['uuid'] : '';
|
|
|
$version = isset($system['app_version'])? $system['app_version'] : '';
|
|
|
if(empty($data)){
|
|
|
- // 手机号码验证
|
|
|
- if($this->model->where(['mobile'=> $phone,'mark'=>1])->value('id')){
|
|
|
- $this->error = 2014;
|
|
|
- return false;
|
|
|
- }
|
|
|
|
|
|
$userId = $this->model->max('id')+1;
|
|
|
$data = [
|