摘要: context.Services.AddHttpContextAccessor();要访问请求头的话,要加上这个语句; 追加请求头的方法:1、服务层服务的HttpApi.Client项目Module类的ConfigureServices方法开头位置添加如下代码:context.Services.Ad 阅读全文
posted @ 2024-08-24 19:01 精耕细琢 阅读(11) 评论(0) 推荐(0) 编辑