实名认证时添加手机号不更改登录名
This commit is contained in:
@@ -28,7 +28,6 @@ class Test extends Controller
|
|||||||
$update_one['Name'] = $temp['name'];
|
$update_one['Name'] = $temp['name'];
|
||||||
if(isset($temp['phone'])){
|
if(isset($temp['phone'])){
|
||||||
$update_one['Phone'] = $temp['phone'];
|
$update_one['Phone'] = $temp['phone'];
|
||||||
$update_one['LoginCode'] = $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'];
|
||||||
|
|||||||
Reference in New Issue
Block a user