提交server 内容

This commit is contained in:
liuwei
2025-05-08 11:44:01 +08:00
parent 2cf7025c6d
commit a889c2fd83
18 changed files with 8786 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
appname = wechatwebapi
httpaddr = ""
httpport = 8005
runmode = prod
viewspath = "template"
autorender = false
copyrequestbody = true
EnableDocs = true
redislink = 192.144.228.103:6379
redispass = "Zhenhao2017"
redisdbnum = 1
ocrurl = "http://150.158.2.208:9008/api/UnBan/WXSliderOCR"
syncmessagebusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/SyncMessage"
logoutbusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/logoutSys"
sessionon = true
SessionName = "wicgo"
ServerName = "wicgo"
longlinkenabled = false
longlinkconnecttimeout = "1m"

View File

@@ -0,0 +1,22 @@
appname = wechatwebapi
httpaddr = ""
httpport = 8006
runmode = prod
viewspath = "template"
autorender = false
copyrequestbody = true
EnableDocs = true
redislink = 150.158.2.208:6379
redispass = "Zhenhao2017"
redisdbnum = 1
ocrurl = "http://150.158.2.208:9008/api/UnBan/WXSliderOCR"
syncmessagebusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/SyncMessage"
logoutbusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/logoutSys"
sessionon = true
SessionName = "wicgo"
ServerName = "wicgo"
longlinkenabled = true
longlinkconnecttimeout = "1m"

View File

@@ -0,0 +1,23 @@
appname = wxapi
httpaddr = "0.0.0.0"
httpport = 8058
runmode = dev
viewspath = "template"
autorender = false
copyrequestbody = true
EnableDocs = true
redislink = 192.168.2.40:6379
redispass = ""
redisdbnum = 7
ocrurl = ""
syncmessagebusinessuri = ""
logoutbusinessuri = ""
sessionon = true
SessionName = "wxapi"
ServerName = "wxapi"
longlinkenabled = true
longlinkconnecttimeout = "1m"