feat(新增编辑规则测试规则): 新增编辑规则测试规则

This commit is contained in:
songanwei
2021-12-24 13:41:25 +08:00
parent 7cde6ebf61
commit 3a44d14149
12 changed files with 842 additions and 12 deletions

View File

@ -65,4 +65,8 @@ public interface CacheKey {
* 累积的小说点击量
* */
String BOOK_ADD_VISIT_COUNT = "bookAddVisitCount";
}
/**
* 测试爬虫规则缓存
*/
String BOOK_TEST_PARSE = "testParse";
}