From 320896347c2317d711d0f827457c285c8999d6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 27 Dec 2020 12:01:58 +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?= 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 insertion(+) diff --git a/app/api/controller/Test.php b/app/api/controller/Test.php index 8ae8410..de98726 100644 --- a/app/api/controller/Test.php +++ b/app/api/controller/Test.php @@ -28,6 +28,7 @@ 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'];