Skip to content

Commit

Permalink
Merge pull request #1625 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Demo 添加微信支付测试菜单
  • Loading branch information
JeffreySu authored Feb 18, 2019
2 parents 428c195 + bb4bc26 commit bcec2ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName>
<!--<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>-->

<Version>3.2.4</Version>
<Version>3.2.5</Version>
<!--<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>-->
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<li><a href="@Url.Action("Test", "Cache")">缓存测试</a></li>
<li><a href="@Url.Action("Index", "AsyncMethods")">异步方法/模板消息测试</a></li>
<li><a href="@Url.Action("JumpToMpOAuth", "OpenOAuth")">开放平台授权测试</a></li>
<li><a href="@Url.Action("Index", "TenPayV3")">微信支付测试(PC端)</a></li>
<li><a href="@Url.Action("Index", "Plugins")">扩展插件</a></li>
<li><a href="https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index" target="_blank">测试号入口</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
//公众号
"Token": "#{Token}#",
"EncodingAESKey": "#{EncodingAESKey}#",
"WeixinAppId": "wxe273c3a02e09ff8c",
"WeixinAppSecret": "631f30445f640e1a870f1ef79aa543bd",
"WeixinAppId": "#{WeixinAppId}#",
"WeixinAppSecret": "#{WeixinAppSecret}#",
//小程序
"WxOpenAppId": "#{WxOpenAppId}#",
"WxOpenAppSecret": "#{WxOpenAppSecret}#",
Expand All @@ -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}#",
Expand Down

0 comments on commit bcec2ea

Please sign in to comment.