24 lines
497 B
C#
24 lines
497 B
C#
using Microsoft.AspNetCore.Http;
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
using SKIT.FlurlHttpClient.Wechat.Api.Models;
|
|
using SKIT.FlurlHttpClient.Wechat.Api;
|
|
using System.Web;
|
|
|
|
using Org.BouncyCastle.Utilities;
|
|
using System.Net;
|
|
|
|
namespace ZR.Admin.WebApi.Controllers
|
|
{
|
|
/// <summary>
|
|
/// webApi
|
|
/// </summary>
|
|
[Route("[controller]/[action]")]
|
|
[AllowAnonymous]
|
|
[ApiExplorerSettings(GroupName = "webapi")]
|
|
public class WebApiController : BaseController
|
|
{
|
|
|
|
}
|
|
}
|