fix:算法请求调整

This commit is contained in:
momo
2023-10-10 17:17:28 +08:00
parent 21475d7d52
commit fec42ad634
20 changed files with 98 additions and 99 deletions

View File

@@ -23,7 +23,6 @@ type Config struct {
}
BLMService struct {
Version string
Url string
Ports []string
Urls []string
}
}