This commit is contained in:
wangchuxiao
2023-03-09 12:34:08 +08:00
parent 889f3031bf
commit fae6fdc3ed
9 changed files with 21 additions and 28 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ type PushCmd struct {
}
func NewPushCmd() *PushCmd {
return &PushCmd{NewRpcCmd(config.Config.RpcRegisterName.OpenImPushName)}
return &PushCmd{NewRpcCmd()}
}
func (r *RpcCmd) AddPush() {