| Package | Description |
|---|---|
| com.centit.msgpusher.client |
| Modifier and Type | Method and Description |
|---|---|
String |
MsgPusherClientImpl.registerUser(org.apache.http.impl.client.CloseableHttpClient httpClient,
UserMsgPoint msgPoint) |
String |
MsgPusherClient.registerUser(org.apache.http.impl.client.CloseableHttpClient httpClient,
UserMsgPoint msgPoint)
注册用户信息
在用户登录后 调用这个方法在消息推送中心注册用户信息
1, pc端登录后在 登录成功式 调用这个接口
2, 移动端登录成够后,链接百度推送获取推送标识channel id,这个会传送到服务端,服务端通过这个接口保存到推送服务器
这个其实并不是必须的,也可以在客户端直接调用消息推送中心的接口,这个将是我们推荐的做法,这样业务系统更本不要管
消息服务的运行机制,它只管直接调用消息推送接口就可以了。
|
String |
MsgPusherClientImpl.registerUser(UserMsgPoint msgPoint) |
String |
MsgPusherClient.registerUser(UserMsgPoint msgPoint) |
Copyright © 2024 Centit Information Technical, co. Inc.. All rights reserved.