修改:
1.直接返回查询TK账号统计次数 2.修复查询主播国家 sqlXML BUG 3.添加主播HostInfo日期格式化注解
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user