新增系统配置表及默认配置,更新链接生成请求DTO以支持链接数量参数,重构链接生成服务逻辑,添加链接状态查询和有效性检查接口,优化日志记录。
This commit is contained in:
@@ -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 // 生成多少个链接
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user