资金转移

This commit is contained in:
“wanyongkang”
2021-03-20 15:38:48 +08:00
parent acec536829
commit 5b03af15b1
2 changed files with 2 additions and 2 deletions

View File

@@ -731,7 +731,7 @@
}
$.ajax({
type: 'POST',
url: 'http://juip.wyk/user/user/moneyChange',
url: 'http://php-api.juip.com/user/user/moneyChange',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),