From ca1c0012563722be77995984b40fa1d7284b251b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 3 Jan 2021 10:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E6=97=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=8B=E6=9C=BA=E5=8F=B7=E4=B8=8D=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E7=99=BB=E5=BD=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Test.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/controller/Test.php b/app/api/controller/Test.php index de98726..8ae8410 100644 --- a/app/api/controller/Test.php +++ b/app/api/controller/Test.php @@ -28,7 +28,6 @@ class Test extends Controller $update_one['Name'] = $temp['name']; if(isset($temp['phone'])){ $update_one['Phone'] = $temp['phone']; - $update_one['LoginCode'] = $temp['phone']; } $update_one['id_code'] = $temp['id_code']; $data['certify_id'] = $info['certifyId'];