plus.push.getClientInfo().clientid;
这样获取的是个推的clientID
小军
- 发布:2015-04-08 19:16
- 更新:2018-11-30 18:17
- 阅读:7400
2 个回复
getui_johny - 个推技术支持
function getPushInfo(){
var info = plus.push.getClientInfo();
outSet( "获取客户端推送标识信息:" );
outLine( "token: "+info.token );
outLine( "clientid: "+info.clientid );
outLine( "appid: "+info.appid );
outLine( "appkey: "+info.appkey );
}
稳定点行不行
代码和mui demo一样没用
回梦無痕
先确定正确填写了个推参数,然后轮询获取就可以了
2018-12-01 11:00
稳定点行不行
回复 回梦無痕:可以了
2018-12-08 13:50