chore: config for wxoa mode

This commit is contained in:
Junyan Qin
2025-03-13 17:29:05 +08:00
parent c7799a65c4
commit a74111612e
3 changed files with 33 additions and 1 deletions
+6
View File
@@ -385,6 +385,12 @@
"default": "",
"description": "微信公众号的AppSecret"
},
"Mode": {
"type": "string",
"default": "drop",
"description": "对于超过15s的响应的处理模式",
"enum": ["drop", "passive"]
},
"host": {
"type": "string",
"default": "0.0.0.0",