1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| {
| "groups": [
| {
| "name": "",
| "type": "com.qianwen.core.coderule.props.CoreRuleProperties",
| "sourceType": "com.qianwen.core.coderule.props.CoreRuleProperties"
| }
| ],
| "properties": [
| {
| "name": "auth",
| "type": "java.lang.String",
| "description": "验证权限",
| "sourceType": "com.qianwen.core.coderule.props.CoreRuleProperties"
| },
| {
| "name": "ip",
| "type": "java.lang.String",
| "description": "IP",
| "sourceType": "com.qianwen.core.coderule.props.CoreRuleProperties"
| },
| {
| "name": "port",
| "type": "java.lang.Integer",
| "description": "PORT",
| "sourceType": "com.qianwen.core.coderule.props.CoreRuleProperties"
| }
| ],
| "hints": []
| }
|
|