Commit 47a6d9da by kaisa

feat:新增 自動添加直播間聊天消息

parent c1687cad
Showing with 15 additions and 0 deletions
......@@ -372,6 +372,21 @@ webAppComm.prototype.hideTopBar = function () {
webAppCollaboration(obj2);
}
//自動添加直播間聊天消息
webAppComm.prototype.hideTopBar = function () {
let obj = {
"cid": 23,
"reqCode": new Date().getTime(),
"data": {
"msg": "H5调起消息输入框",
"closeType": 1,
"content": 'asdsadsad',
}
}
let obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//唤起谷歌、苹果支付
webAppComm.prototype.oriCharge = function (data) {
let obj = {
......
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