vivo ACCOUNT

This commit is contained in:
jiangyong27 2024-03-04 14:19:20 +08:00
parent acaac9ca7e
commit 52fe224d44
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ func (g *Getui) Push(req *GetuiMessage) (*GetuiPushRsp, error) {
"XM": map[string]interface{}{ "XM": map[string]interface{}{
"/extra.channel_id": g.config.XMChannelId, "/extra.channel_id": g.config.XMChannelId,
}, },
"VV": map[string]interface{}{
"/category": "ACCOUNT",
},
}, },
}, },
}, },