This commit is contained in:
laodaming
2023-08-14 18:40:34 +08:00
parent b9a95cecf6
commit f652a98c0e
4 changed files with 61 additions and 9 deletions

View File

@@ -19,7 +19,10 @@ type Config struct {
}
}
}
PythonApi struct {
CombineImageUrl string //合图url
BLMService struct {
Url string
LogoCombine struct {
Url string
}
}
}