Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into feature/auth

This commit is contained in:
eson
2023-08-16 10:22:12 +08:00
38 changed files with 982 additions and 277 deletions

View File

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