This commit is contained in:
wangchuxiao
2023-02-07 20:24:20 +08:00
parent 84c59cecfb
commit 4a32e98e62
42 changed files with 146 additions and 218 deletions
+2 -2
View File
@@ -16,12 +16,12 @@ var (
)
func init() {
JPushClient = newGetuiClient()
JPushClient = newJPushClient()
}
type JPush struct{}
func newGetuiClient() *JPush {
func newJPushClient() *JPush {
return &JPush{}
}