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

@@ -22,10 +22,8 @@ type Config struct {
}
}
BLMService struct {
Version string
Url string
ImageProcess struct {
Url string
}
Version string
Url string
Ports []string
}
}