实名认证时添加手机号

This commit is contained in:
“wanyongkang”
2020-12-27 09:52:01 +08:00
parent 49abc5f65f
commit 267f71b438

View File

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