资金转移
This commit is contained in:
@@ -606,7 +606,7 @@ var t1 = null;
|
|||||||
}
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: 'http://juip.wyk/user/user/moneyChange',
|
url: 'http://php-api.juip.com/user/user/moneyChange',
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify(data),
|
data: JSON.stringify(data),
|
||||||
|
|||||||
@@ -731,7 +731,7 @@
|
|||||||
}
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: 'http://juip.wyk/user/user/moneyChange',
|
url: 'http://php-api.juip.com/user/user/moneyChange',
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify(data),
|
data: JSON.stringify(data),
|
||||||
|
|||||||
Reference in New Issue
Block a user