今天上司给了个任务,在app注册的时候,拿到manifest.json里配置的umeng的channel,然后跟着登录的接口一块传给后台,自己的服务器上再做一次统计
问题来了,怎么拿呢?
在dcloud问答里搜了一下,就找到一个 plus.push.getClientInfo()
这个是拿到推送的信息的,然后照葫芦画瓢把push换成了statistic,但它没有getClientInfo()方法
然后找到文档 http://www.html5plus.org/doc/zh_cn/statistic.html 确实没有 getClientInfo() 方法
最后问了官方大大 @五块钱的果汁 ,给了个办法
mui.getJSON('http://localhost:13131/_www/manifest.json', function (e) {});
这样直接在回调里取就可以了 e.plus.distribute.plugins.statics.umeng.channelid_android
完美
感谢官方大大的帮助,在这分享给大家
6 个评论
要回复文章请先登录或注册
s***@163.com
5***@qq.com
lhyh
菜鸡
菜鸡
lhyh