Commit aac4599e by agan

xg

parent 9b47eca1
Showing with 12 additions and 1 deletions
......@@ -605,7 +605,18 @@ webAppComm.prototype.setRatio = function (type, wr, hr, position, unit) {
webAppCollaboration(obj2);
}
//44: 调起第三方并获取OpenId(7570版本以上
webAppComm.prototype.vertify = function (type, callBackName) {
let obj = {
"cid": 44,
"data": {
"type": type, //1:QQ 2:微信 3:微博 4:Google 5:Twitter 6:FaceBook 8:line 9:appleId
"callBackName": callBackName,
}
}
let obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//接收客戶端的消息
webAppComm.prototype.reMsgFromApp = function (callback) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment