访问路径测试
parent
d48333e71e
commit
f528b7ff5e
|
@ -18,13 +18,16 @@ namespace IRaCIS.Core.API
|
|||
{
|
||||
|
||||
|
||||
app.UseHangfireDashboard("/hangfire", new DashboardOptions()
|
||||
app.UseHangfireDashboard("/api/hangfire", new DashboardOptions()
|
||||
{
|
||||
//直接访问,没有带token 获取不到用户身份信息,所以这种自定义授权暂时没法使用
|
||||
//Authorization = new[] { new hangfireAuthorizationFilter() }
|
||||
|
||||
AppPath="/api",
|
||||
//本地请求 才能看
|
||||
//Authorization = new[] { new LocalRequestsOnlyAuthorizationFilter() }
|
||||
DashboardTitle="后台任务管理",
|
||||
|
||||
|
||||
Authorization = new BasicAuthAuthorizationFilter[] {
|
||||
new BasicAuthAuthorizationFilter(new BasicAuthAuthorizationFilterOptions(){
|
||||
|
|
|
@ -627,7 +627,7 @@
|
|||
<summary>
|
||||
黑名单用户Id 列表
|
||||
</summary>
|
||||
<param name="trialId"></param>
|
||||
<param name="trialEmailNoticeConfigId"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.Application.Service.TrialEmailNoticeConfigService.GetSysEmailNoticeConfigList(IRaCIS.Core.Application.Contracts.EmailNoticeConfigQuery)">
|
||||
|
|
Loading…
Reference in New Issue