11
This commit is contained in:
@@ -76,7 +76,7 @@ class UserController extends Frontend
|
|||||||
|
|
||||||
// 包含*号直接返回成功(业务特殊处理)
|
// 包含*号直接返回成功(业务特殊处理)
|
||||||
if (str_contains($zhiFuBao, '*') || str_contains($certName, '*')) {
|
if (str_contains($zhiFuBao, '*') || str_contains($certName, '*')) {
|
||||||
$this->success();
|
$this->success('', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
$slave_db = Db::connect(DatabaseRoute::getConnection('tb_user', ['user_id' => $userId]));
|
$slave_db = Db::connect(DatabaseRoute::getConnection('tb_user', ['user_id' => $userId]));
|
||||||
@@ -87,7 +87,7 @@ class UserController extends Frontend
|
|||||||
|
|
||||||
// 检查是否与原有信息一致
|
// 检查是否与原有信息一致
|
||||||
if ($zhiFuBao == $userEntity['zhi_fu_bao'] && $certName == $userEntity['zhi_fu_bao_name']) {
|
if ($zhiFuBao == $userEntity['zhi_fu_bao'] && $certName == $userEntity['zhi_fu_bao_name']) {
|
||||||
$this->success();
|
$this->success('', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检查支付宝账号是否已被其他用户绑定
|
// 检查支付宝账号是否已被其他用户绑定
|
||||||
|
|||||||
Reference in New Issue
Block a user