移动系统liao
2025-06-23 4de81e21e02e4bd30fc60bfd9c2ea9dce02abdb5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "SMSConfigMd": {
    "LingKaiXinxiSets": { //凌凯短信配置
      "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": "注册成功,感谢您的注册,请妥善保管您的账户信息"
        }
      ]
    }
  }
}