1
This commit is contained in:
@@ -276,6 +276,16 @@ public class InstructionServiceImpl implements IInstructionService {
|
||||
return content.toString();
|
||||
}
|
||||
|
||||
private String helpText() {
|
||||
return "可用指令示例:\n"
|
||||
+ "1) 京菜单(查看所有可用命令)\n"
|
||||
+ "2) 京今日统计 / 京昨日统计 / 京七日统计 / 京一个月统计 等\n"
|
||||
+ "3) 京今日订单 / 京昨日订单 / 京七日订单\n"
|
||||
+ "4) 慢搜 关键词 / 慢查 关键词(从录单库模糊查询)\n"
|
||||
+ "5) 录单20250101-20250107 或 录单昨日|三日|七日(仅查询导出)\n"
|
||||
+ "\n提示:转链与礼金请前往‘一键转链’页面使用。";
|
||||
}
|
||||
|
||||
private LocalDateTime effectiveToday() {
|
||||
LocalDateTime now = LocalDateTime.now();
|
||||
if (now.getHour() < 8) return now.minusDays(1);
|
||||
|
||||
Reference in New Issue
Block a user