新增系统配置表及默认配置,更新链接生成请求DTO以支持链接数量参数,重构链接生成服务逻辑,添加链接状态查询和有效性检查接口,优化日志记录。

This commit is contained in:
zyh
2025-08-26 10:33:26 +08:00
parent 7317866f98
commit 599ec0a36b
73 changed files with 1829 additions and 50 deletions

View File

@@ -39,7 +39,7 @@ Content-Type: application/json
{
"times": 10,
"perTimeQuantity": 5
"linkCount": 5
}
```
@@ -56,7 +56,7 @@ Content-Type: application/json
```json
{
"times": 10, // 本次打脚本的次数
"perTimeQuantity": 5 // 每次打的数量
"linkCount": 5 // 生成多少个链接
}
```