chengsc
2025-04-14 d2588d8d1305171e7716055b23a6b5706e9cc04b
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
{
  "SMS": {
    "Aliyun": {
      "AccessKeyId": "",
      "AccessKeySecret": "",
      "Templates": [
        {
          "Id": "0",
          "SignName": "AdminNET 平台",
          "TemplateCode": "SMS_291005708",
          "Content": "您的验证码为:${code},请勿泄露于他人!"
        },
        {
          "Id": "1",
          "SignName": "AdminNET 平台",
          "TemplateCode": "SMS_462801755",
          "Content": "注册成功,感谢您的注册,请妥善保管您的账户信息"
        }
      ]
    },
    "Tencentyun": {
      "SdkAppId": "",
      "AccessKeyId": "",
      "AccessKeySecret": "",
      "Templates": [
        {
          "Id": "0",
          "SignName": "AdminNET 平台",
          "TemplateCode": "",
          "Content": ""
        }
      ]
    }
  }
}