Commit 576200f1 by fengzhaoyu

wabsocket 修改地址

parent aeb2cb4b
......@@ -179,7 +179,7 @@ create.Page({
},
connect_start() {
dd.connectSocket({
url: `wss://gateway-ding.mingwork.com/meet-websocket/websocket/${dd.getStorageSync({ key: 'mwUserId' }).data}/${uuid}`,
url: `ws://139.196.213.18:9999/meet-websocket/websocket/${dd.getStorageSync({ key: 'mwUserId' }).data}/${uuid}`,
success: (res) => {
......
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 to comment