摘要:
一.添加基础设施 1.添加配置实体模型 public class GetuiConfigOptions { public string AppID { get; set; } public string AppKey { get; set; } public string AppSecret { g 阅读全文
摘要:
1、右键类库属性 2、添加Swagger扩展 public static class SwaggerGenOptionsExtensions { public static void IncludeXmlComments(this SwaggerGenOptions swaggerGenOption 阅读全文
摘要:
1.使用方式 // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServices(IServiceCollection s 阅读全文
摘要:
简单实现接口返回统一格式:添加api接口执行时长 1.使用方式 // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServ 阅读全文