From 267f71b4389c0436209e37f5547242d5c2ae3b69 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 09:52:01 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/api/controller/Test.php b/app/api/controller/Test.php index be51a66..8ae8410 100644 --- a/app/api/controller/Test.php +++ b/app/api/controller/Test.php @@ -26,6 +26,9 @@ class Test extends Controller if($info){ $update_one['certify_id'] = $info['certifyId']; $update_one['Name'] = $temp['name']; + if(isset($temp['phone'])){ + $update_one['Phone'] = $temp['phone']; + } $update_one['id_code'] = $temp['id_code']; $data['certify_id'] = $info['certifyId']; $data['url'] = $info['url'];