实名认证时添加手机号
This commit is contained in:
@@ -26,6 +26,9 @@ class Test extends Controller
|
|||||||
if($info){
|
if($info){
|
||||||
$update_one['certify_id'] = $info['certifyId'];
|
$update_one['certify_id'] = $info['certifyId'];
|
||||||
$update_one['Name'] = $temp['name'];
|
$update_one['Name'] = $temp['name'];
|
||||||
|
if(isset($temp['phone'])){
|
||||||
|
$update_one['Phone'] = $temp['phone'];
|
||||||
|
}
|
||||||
$update_one['id_code'] = $temp['id_code'];
|
$update_one['id_code'] = $temp['id_code'];
|
||||||
$data['certify_id'] = $info['certifyId'];
|
$data['certify_id'] = $info['certifyId'];
|
||||||
$data['url'] = $info['url'];
|
$data['url'] = $info['url'];
|
||||||
|
|||||||
Reference in New Issue
Block a user