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'];