mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#79 fix http protocol
This commit is contained in:
parent
4a79e36def
commit
beb0e0d5c1
@ -69,13 +69,14 @@ function append(parent, text) {
|
|||||||
parent.appendChild(text);
|
parent.appendChild(text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
var protocol = window.location.protocol.replace(/:/g,'');
|
||||||
var ukefu = {
|
var ukefu = {
|
||||||
time : new Date().getTime(),
|
time : new Date().getTime(),
|
||||||
in :"${schema!'http'}://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/${appid!''}/userlist.html?appid=${appid!''}<#if aiid??>&aiid=${aiid}</#if>&orgi=${orgi!''}&client=${client}" ,
|
in: protocol + "://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/${appid!''}/userlist.html?appid=${appid!''}<#if aiid??>&aiid=${aiid}</#if>&orgi=${orgi!''}&client=${client}" ,
|
||||||
url :"${schema!'http'}://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/online?appid=${appid!''}&orgi=${orgi!''}<#if aiid??>&aiid=${aiid}</#if>&client=${client}" ,
|
url: protocol + "://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/online?appid=${appid!''}&orgi=${orgi!''}<#if aiid??>&aiid=${aiid}</#if>&client=${client}" ,
|
||||||
chat : "${schema!'http'}://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/index.html?appid=${appid!''}<#if aiid??>&aiid=${aiid}</#if>&orgi=${orgi!''}&client=${client}" ,
|
chat: protocol + "://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/index.html?appid=${appid!''}<#if aiid??>&aiid=${aiid}</#if>&orgi=${orgi!''}&client=${client}" ,
|
||||||
refuse :"${schema!'http'}://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/refuse.html?appid=${appid!''}<#if aiid??>&aiid=${aiid}</#if>&orgi=${orgi!''}&client=${client}",
|
refuse: protocol + "://${hostname!''}<#if port?? && port != 80>:${port!''}</#if>/im/refuse.html?appid=${appid!''}<#if aiid??>&aiid=${aiid}</#if>&orgi=${orgi!''}&client=${client}",
|
||||||
config : function(d){
|
config: function(d){
|
||||||
data = d ;
|
data = d ;
|
||||||
if(d.id != null && d.id != ''){
|
if(d.id != null && d.id != ''){
|
||||||
result = d.id ;
|
result = d.id ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user