家里台式机\Administrator
2025-06-29 b065bf05e36a35498692cb02493f4816c88df116
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
{
  "SMSConfig": {
  
    "lingKai": { //凌凯短信配置
      "Url": "https://mb345.com/ws/BatchSend2.aspx",
      "Number": "XP010534",
      "AccountPassPassword": "123321",
      "VerifyTimeOut": "60", //秒
      "Templates": [
        {
          "Id": "0",
          "SignName": "【政采咨询网】", //需要加入的公司标签
          "TemplateCode": "VCode",
          "Content": "您好,您的验证码是:${code}"
 
          
        },
        {
          "Id": "1",
          "SignName": "【政采咨询网】",
          "TemplateCode": "RegistrationOK   ",
          "Content": "注册成功,感谢您的注册,请妥善保管您的账户信息"
        }
      ]
    }
  }
}