add open-im web svr

This commit is contained in:
Gordon
2021-09-27 21:03:36 +08:00
parent ab84a42f98
commit e6419599c8
15 changed files with 488 additions and 540 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ type config struct {
Api struct {
GinPort []int `yaml:"openImApiPort"`
}
Sdk struct {
WsPort []int `yaml:"sdkWsPort"`
}
Credential struct {
Tencent struct {
AppID string `yaml:"appID"`