zhangguidong před 2 roky
rodič
revize
465d4633b0

+ 4 - 17
application/api/controller/Authentication.php

@@ -16,32 +16,19 @@ class Authentication extends Api
     public function authentication(){
         $mid = $this->check_login();
         $data = input();
-//        if(empty($data['name'])){
-//            $this->error('请输入真是姓名');
-//        }
-//        if(empty($data['phone'])){
-//            $this->error('请输入手机号');
-//        }
-//        if(!Validate::regex($data['phone'], "^1\d{10}$")){
-//            $this->error('请输入正确的手机格式');
-//        }
-//        if(empty($data['uuid'])){
-//            $this->error('请输入会员号');
-//        }
         if(empty($data['c_image'])){
             $this->error('请上传单位证明');
         }
-//        if(empty($data['m_images'])){
-//            $this->error('请上传个人照片');
-//        }
+
         if(empty($data['n_image'])){
             $this->error('请上传电子会员凭证');
         }
+        if(!$data['c_id']||!$data['n_id']||!$data['zhuxi']||!$data['zhuxi_phone']||!$data['constellation']||!$data['hobby']||!$data['appeals']||!$data['hunshi']||!$data['is_zinv']||!$data['graduaction_school']){
+            $this->error('参数不能为空');
+        }
         if(isset($data['type'])) {
             $insert = [
                 'mid' => $mid,
-//                'name' => $data['name'],
-//                'phone' => $data['phone'],
                 'c_id' => $data['c_id'],
                 'n_id' => $data['n_id'],
                 'zhuxi'=>$data['zhuxi'],

+ 2 - 13
application/api/controller/Index.php

@@ -581,7 +581,6 @@ class Index extends Api
         $height =input('height');
         $weight = input('weight');
         $area_id = input('area_id');
-        $working = input('working');
         $username = input('username');
         $sex = input('sex');
         $ID_car = input('ID_car');
@@ -590,7 +589,7 @@ class Index extends Api
         $phone = input('phone');
         $code  = input('code');
         $headimg = input('headimg');
-        if(!$code||!$phone||!$username||!$ID_car||!$age||!$education){
+        if(!$code||!$phone||!$username||!$ID_car||!$age||!$education||!$nickname||!$height||!$weight){
             $this->error('参数不能为空');
         }
         $time = time()-60;
@@ -601,17 +600,7 @@ class Index extends Api
 
         if (!$sms || $sms['code'] != $code) $this->error('短信验证码不正确!');
 
-        $data = [
-            'working'=>$working,
-            'username'=>$username,
-            'sex'=>$sex,
-            'ID_car'=>$ID_car,
-            'age'=>$age,
-            'education'=>$education,
-            'phone'=>$phone,
-            'state'=>0,
-            'create_at'=>date('Y-m-d H:i:s')
-        ];
+
 
         if(isset($ceshi)){
             $data = [