From c9b5dcc6a36320a5c962eb98fafd379c081af37b Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Wed, 14 Oct 2020 10:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 +- .../Hncore.Pass.Sells/Service/TaoBaoRefundService.cs | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Host/Views.Mobile/User/CashOut.cshtml b/Host/Views.Mobile/User/CashOut.cshtml index 1e21aa8..d58a5c5 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/index/getData', + url: 'http://autophp.wyk/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 e40d63d..4d95d64 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/index/index', + url: 'http://autophp.wyk/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 e4e9440..7f0ec6e 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/index/getData', + url: 'http://autophp.wyk/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 5fc9746..f3e6ba4 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/index/index', + url: 'http://autophp.wyk/order/CashOutIndex/index', dataType: "json", contentType: "application/json", data: JSON.stringify(cashOutData), diff --git a/Services/Hncore.Pass.Sells/Service/TaoBaoRefundService.cs b/Services/Hncore.Pass.Sells/Service/TaoBaoRefundService.cs index da7ec22..a8db305 100644 --- a/Services/Hncore.Pass.Sells/Service/TaoBaoRefundService.cs +++ b/Services/Hncore.Pass.Sells/Service/TaoBaoRefundService.cs @@ -94,11 +94,11 @@ namespace Hncore.Pass.Sells.Service dictParams.Add("timestamp", timestamp.ToString()); dictParams.Add("json", json); var checkSign = Sign(dictParams, appSecret); - // if (!string.Equals(checkSign, sign)) - // { - // LogHelper.Error("淘宝回调验签失败", checkSign); - // return "验签失败"; - // } + if (!string.Equals(checkSign, sign)) + { + LogHelper.Error("淘宝回调验签失败", checkSign); + return "验签失败"; + } // 验签通过进行相关的业务 /*