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}#",