fix deploy

This commit is contained in:
wangchuxiao
2022-02-22 12:27:39 +08:00
parent aad27f40cf
commit 952ad0e162
5 changed files with 14 additions and 3 deletions
+3
View File
@@ -25,6 +25,9 @@ type config struct {
Api struct {
GinPort []int `yaml:"openImApiPort"`
}
CmsApi struct{
GinPort []int `yaml:"openImCmsApiPort"`
}
Sdk struct {
WsPort []int `yaml:"openImSdkWsPort"`
}