diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index 442b2f0..b1dab22 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -606,7 +606,7 @@ var t1 = null; } $.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), diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index 0b42be9..91c45d1 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -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),