fix:算法请求调整

This commit is contained in:
momo
2023-10-10 14:58:36 +08:00
parent 019a717706
commit 6e8d47ae91
6 changed files with 59 additions and 30 deletions

View File

@@ -21,9 +21,8 @@ type Config struct {
}
}
BLMService struct {
Url string
LogoCombine struct {
Url string
}
Version string
Url string
Ports []string
}
}