强子迅连特征码通知

This commit is contained in:
“wanyongkang”
2021-04-04 18:13:45 +08:00
parent 79f737a741
commit 6f7d57b89b
4 changed files with 24 additions and 44 deletions

View File

@@ -731,27 +731,7 @@
ruser:user,
money:money,
}
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/user/user/moneyChange',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
beforeSend: function(xhr) {
xhr.withCredentials = true;
},
crossDomain: true,
success: function (res) {
if (res.Code == 10000) {
alert('资金转移成功');
window.location.href='/User/Index';
}
if (res.Code == 20000) {
alert('被转移用户不存在,如有问题请联系客服!');
}
}
});
}
function tixian(){