支付宝验证

This commit is contained in:
wyongk
2020-12-18 23:35:55 +08:00
parent 3a2a010469
commit d8e5723e8a
5 changed files with 219 additions and 20 deletions

View File

@@ -25,7 +25,7 @@
crossDomain: true,
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往用户主页实名认证。');
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往 电脑端 用户主页实名认证。');
window.location.href="/User/Index";
}
}