Commit 0bea3df6 by libai

测试

parent 9b0f1213
Showing with 4 additions and 3 deletions
......@@ -515,7 +515,7 @@
if ("WebSocket" in window)
{
// 打开一个 web socket
var url="wss://118.178.112.116:21901/ws?guestid="+guestid+"&type=5";
var url="wss://openapi.lvdou66.com/yzsocket/ws?guestid="+guestid+"&type=5";
try {
ws = new WebSocket(url);
}catch(err){
......
......@@ -64,8 +64,9 @@ function checkIp() {
})
}
function report(myOs){
$.ajax({
url:'http://test.api.lvdou66.com:8200/log/wx/share/report',
$.ajax({
url:'https://openapi.lvdou66.com/log/wx/share/report',
type:"post",
data:{
type:3,
pageId:localStorage.canvasCode,
......
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