强子迅连特征码通知
This commit is contained in:
@@ -604,27 +604,7 @@ var t1 = null;
|
||||
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 get_verify_res(){
|
||||
|
||||
Reference in New Issue
Block a user