diff --git a/utils/define/define.go b/utils/define/define.go index 7843724..f1057e8 100644 --- a/utils/define/define.go +++ b/utils/define/define.go @@ -58,7 +58,7 @@ const ( ) const ( - WSSENDURL = "https://api.ouxuanhudong.com:20182/PcClient/Handle/MessageCtl/Receive" + WSSENDURL = "https://api.ouxuanhudong.com:20182/PcClient/Ws/MessageCtl/Receive" HOST = "https://api.ouxuanhudong.com" H5Host = "https://h5.ouxuanhudong.com/web" )