|
|
@ -10,10 +10,12 @@ func SetDebug(modes ...bool) { |
|
|
|
} |
|
|
|
if IsDebugging { |
|
|
|
//RoomPrefix = "test_"
|
|
|
|
HOST = "https://ouxuanhudong.utools.club" |
|
|
|
//HOST = "https://ouxuanhudong.utools.club"
|
|
|
|
HOST = "http://ouxuanhudongapi.t.3pr.com.cn/" |
|
|
|
H5Host = "http://ouxuanhudongtest.t.3pr.com.cn/web" |
|
|
|
SendUrl = "https://wsouxuanhudong.utools.club/PcClient/Ws/MessageCtl/Receive" |
|
|
|
CallbackOrderUrl = "https://ouxuanhudong.utools.club/PcClient/common/WeChatOauthCtl/callbackOrder" |
|
|
|
//SendUrl = "https://wsouxuanhudong.utools.club/PcClient/Ws/MessageCtl/Receive"
|
|
|
|
SendUrl = "http://ouxuanhudongws.t.3pr.com.cn/PcClient/Ws/MessageCtl/Receive" |
|
|
|
CallbackOrderUrl = "http://ouxuanhudongapi.t.3pr.com.cn/PcClient/common/WeChatOauthCtl/callbackOrder" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|