摘要: jwt授权拓展类AddAuth: using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using 阅读全文
posted @ 2021-12-17 16:44 SmilePastaLi 阅读(119) 评论(0) 推荐(0)
摘要: ActionResponse: namespace Siia.Model.Infrastructure { public class ActionResponse { private static readonly ActionResponse _success = new ActionRespon 阅读全文
posted @ 2021-12-17 16:31 SmilePastaLi 阅读(86) 评论(0) 推荐(0)