From bb4bc266a1f4e8647f25f62cbaefa6ad9eebf76f Mon Sep 17 00:00:00 2001 From: Jeffrey Su Date: Mon, 18 Feb 2019 23:35:39 +0800 Subject: [PATCH] =?UTF-8?q?Demo=20=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B5=8B=E8=AF=95=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Senparc.Weixin.MP.CoreSample.csproj | 2 +- .../Views/Shared/_Layout.cshtml | 1 + .../Senparc.Weixin.MP.CoreSample/appsettings.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Senparc.Weixin.MP.CoreSample.csproj b/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Senparc.Weixin.MP.CoreSample.csproj index b7dc53f040..3e6a9d4428 100644 --- a/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Senparc.Weixin.MP.CoreSample.csproj +++ b/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Senparc.Weixin.MP.CoreSample.csproj @@ -5,7 +5,7 @@ AspNetCoreModule - 3.2.4 + 3.2.5 false Linux diff --git a/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Views/Shared/_Layout.cshtml b/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Views/Shared/_Layout.cshtml index a6a6337575..160cd24c9b 100644 --- a/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Views/Shared/_Layout.cshtml +++ b/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Views/Shared/_Layout.cshtml @@ -69,6 +69,7 @@
  • 缓存测试
  • 异步方法/模板消息测试
  • 开放平台授权测试
  • +
  • 微信支付测试(PC端)
  • 扩展插件
  • 测试号入口
  • diff --git a/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/appsettings.json b/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/appsettings.json index 30a502cba0..530d3bce46 100644 --- a/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/appsettings.json +++ b/Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/appsettings.json @@ -34,8 +34,8 @@ //公众号 "Token": "#{Token}#", "EncodingAESKey": "#{EncodingAESKey}#", - "WeixinAppId": "wxe273c3a02e09ff8c", - "WeixinAppSecret": "631f30445f640e1a870f1ef79aa543bd", + "WeixinAppId": "#{WeixinAppId}#", + "WeixinAppSecret": "#{WeixinAppSecret}#", //小程序 "WxOpenAppId": "#{WxOpenAppId}#", "WxOpenAppSecret": "#{WxOpenAppSecret}#", @@ -54,7 +54,7 @@ "WeixinPay_TenpayNotify": "#{WeixinPay_TenpayNotify}#", //微信支付V3(新版) "TenPayV3_MchId": "#{TenPayV3_MchId}#", - "TenPayV3_SubMchId": "#{TenPayV3_SubMchId}#", //子商户,没有可留空 + "TenPayV3_SubMchId": "#{TenPayV3_SubMchId}#",//子商户,没有可留空 "TenPayV3_Key": "#{TenPayV3_Key}#", "TenPayV3_AppId": "#{TenPayV3_AppId}#", "TenPayV3_AppSecret": "#{TenPayV3_AppSecret}#",