修改:

1.直接返回查询TK账号统计次数
2.修复查询主播国家 sqlXML BUG
3.添加主播HostInfo日期格式化注解
This commit is contained in:
2025-06-23 13:03:55 +08:00
parent 1410d16bb5
commit e5dd8d8215
6 changed files with 41 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ public class CommonController {
}
@GetMapping("accountCount")
public BaseResponse<AccountCrawlCount> getAccountCount(@RequestParam String accountName){
public BaseResponse<Integer> getAccountCount(@RequestParam String accountName){
return ResultUtils.success(commonService.getAccountCrawlCount(accountName));
}