From 5b03af15b1bbba3e852e9cce3d8b23fb1fbd7747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 20 Mar 2021 15:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E8=BD=AC=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/User/IndexInfo.cshtml | 2 +- Host/Views/User/Index.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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),