[Change] BotCommandProcess 简化Search参数'ContentOption'的名称('contentOption' -> 'option');

This commit is contained in:
LamGC 2020-06-06 19:27:55 +08:00
parent 3915712337
commit 188309509b

View File

@ -289,7 +289,7 @@ public class BotCommandProcess {
@Argument(name = "area", force = false) String area,
@Argument(name = "in", force = false) String includeKeywords,
@Argument(name = "ex", force = false) String excludeKeywords,
@Argument(name = "contentOption", force = false) String contentOption,
@Argument(name = "option", force = false) String contentOption,
@Argument(name = "page", force = false, defaultValue = "1") int pagesIndex
) throws IOException {
log.info("正在执行搜索...");