修改redis配置参数,新增获取账号爬取次数接口

This commit is contained in:
2025-06-16 14:30:20 +08:00
parent 6e9442de23
commit 023a62e13b
7 changed files with 114 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
package com.yupi.springbootinit.service;
import com.yupi.springbootinit.model.vo.common.AccountCrawlCount;
/*
* @author: ziin
* @date: 2025/6/16 14:07
*/
public interface CommonService {
AccountCrawlCount getAccountCrawlCount(String accountName);
}