结构调整

This commit is contained in:
jianzhichu
2026-01-19 09:57:40 +08:00
parent d9cb721f64
commit f5449f3ace
77 changed files with 4060 additions and 1516 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
using dy.net.dto;
using dy.net.model;
using dy.net.model.entity;
using dy.net.model.response;
using dy.net.service;
using Quartz;
using System.Collections.Generic;
@@ -70,7 +70,7 @@ namespace dy.net.job
{
hasmore = false;
}
ck.StatusMsg = err.StatusCode == 8 ? "无效" : "正 常";
ck.StatusMsg = err.StatusCode == 8 ? "无效" : "正常";
ck.StatusCode = err.StatusCode;
await _dyCookieService.UpdateAsync(ck);
});