提交 0943a5d4 编写于 作者: Q qiang

chore: build app

上级 0f249953
......@@ -21455,7 +21455,7 @@ var serviceContext = (function () {
(info) => {
const res = {
errMsg: 'getPushClientId:ok',
cid
cid: info.clientid
};
hasSuccess && success(res);
hasComplete && complete(res);
......@@ -21504,7 +21504,7 @@ var serviceContext = (function () {
const onPushMessage = (fn) => {
if (onPushMessageCallbacks.indexOf(fn) === -1) {
onPushMessageCallbacks.push(fn);
}
}
};
const offPushMessage = (fn) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册