docs: 提供微信商户平台模块的示例项目

This commit is contained in:
Fu Diwei
2021-07-30 14:09:25 +08:00
parent 0a5c049a53
commit b0c9187923
12 changed files with 284 additions and 2 deletions

View File

@@ -7,10 +7,11 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using SKIT.FlurlHttpClient.Wechat.Security;
namespace SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5.Controllers
{
using SKIT.FlurlHttpClient.Wechat.Security;
[ApiController]
[Route("notify")]
public class WechatNotifyController : ControllerBase

View File

@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"SKIT.FlurlHttpClient.Wechat.Api.Demo": {
"SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,