退款原因

This commit is contained in:
wanyongkang
2020-10-19 15:45:32 +08:00
parent bd6bb177b5
commit e2f6b588c3
7 changed files with 89 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
$.ajax({
type: 'POST',
async:false,
url: 'http://autophp.wyk/order/CashOutIndex/getData',
url: 'http://php-api.juip.com/order/CashOutIndex/getData',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),

View File

@@ -409,7 +409,7 @@
}
$.ajax({
type: 'POST',
url: 'http://autophp.wyk/order/CashOutIndex/index',
url: 'http://php-api.juip.com/order/CashOutIndex/index',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),