This commit is contained in:
wangchuxiao
2023-02-23 19:15:30 +08:00
parent 9c76722c90
commit f586ab1ac2
205 changed files with 1216 additions and 1377 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package body
import (
"Open_IM/pkg/common/config"
"OpenIM/pkg/common/config"
)
type Notification struct {
+1 -1
View File
@@ -1,7 +1,7 @@
package body
import (
"Open_IM/pkg/common/constant"
"OpenIM/pkg/common/constant"
"errors"
)
+4 -4
View File
@@ -1,10 +1,10 @@
package push
import (
"Open_IM/internal/push"
"Open_IM/internal/push/jpush/body"
"Open_IM/pkg/common/config"
http2 "Open_IM/pkg/common/http"
"OpenIM/internal/push"
"OpenIM/internal/push/jpush/body"
"OpenIM/pkg/common/config"
http2 "OpenIM/pkg/common/http"
"context"
"encoding/base64"
"fmt"