From e2f6b588c3c02b6020b0ff9fe459a7aed407d341 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Mon, 19 Oct 2020 15:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/User/CashOut.cshtml | 2 +- Host/Views.Mobile/User/IndexInfo.cshtml | 2 +- Host/Views/User/CashOut.cshtml | 2 +- Host/Views/User/Index.cshtml | 2 +- Host/Views/User/MyAccounts.cshtml | 80 ++++++++++++++++++- .../Domain/ProductOrderEntity.cs | 2 + .../Service/ProductOrderService.cs | 7 ++ 7 files changed, 89 insertions(+), 8 deletions(-) diff --git a/Host/Views.Mobile/User/CashOut.cshtml b/Host/Views.Mobile/User/CashOut.cshtml index d58a5c5..8a9e25e 100644 --- a/Host/Views.Mobile/User/CashOut.cshtml +++ b/Host/Views.Mobile/User/CashOut.cshtml @@ -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), diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index 4d95d64..d711297 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -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), diff --git a/Host/Views/User/CashOut.cshtml b/Host/Views/User/CashOut.cshtml index 7f0ec6e..e2a1973 100644 --- a/Host/Views/User/CashOut.cshtml +++ b/Host/Views/User/CashOut.cshtml @@ -45,7 +45,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), diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index f3e6ba4..64289ec 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -496,7 +496,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), diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml index 83805e6..523ba8b 100644 --- a/Host/Views/User/MyAccounts.cshtml +++ b/Host/Views/User/MyAccounts.cshtml @@ -325,7 +325,10 @@