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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
| {
| "groups": [
| {
| "name": "sms",
| "type": "com.qianwen.core.sms.props.SmsProperties",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties"
| }
| ],
| "properties": [
| {
| "name": "sms.access-key",
| "type": "java.lang.String",
| "description": "accessKey",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties"
| },
| {
| "name": "sms.enabled",
| "type": "java.lang.Boolean",
| "description": "是否启用",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties"
| },
| {
| "name": "sms.name",
| "type": "java.lang.String",
| "description": "短信服务名称",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties"
| },
| {
| "name": "sms.region-id",
| "type": "java.lang.String",
| "description": "regionId",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties",
| "defaultValue": "cn-hangzhou"
| },
| {
| "name": "sms.secret-key",
| "type": "java.lang.String",
| "description": "secretKey",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties"
| },
| {
| "name": "sms.sign-name",
| "type": "java.lang.String",
| "description": "短信签名",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties"
| },
| {
| "name": "sms.template-id",
| "type": "java.lang.String",
| "description": "短信模板ID",
| "sourceType": "com.qianwen.core.sms.props.SmsProperties"
| }
| ],
| "hints": []
| }
|
|