SMS.json 905 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "SMS": {
  4. "Aliyun": {
  5. "AccessKeyId": "",
  6. "AccessKeySecret": "",
  7. "Templates": [
  8. {
  9. "Id": "0",
  10. "SignName": "AdminNET 平台",
  11. "TemplateCode": "SMS_291005708",
  12. "Content": "您的验证码为:${code},请勿泄露于他人!"
  13. },
  14. {
  15. "Id": "1",
  16. "SignName": "AdminNET 平台",
  17. "TemplateCode": "SMS_462801755",
  18. "Content": "注册成功,感谢您的注册,请妥善保管您的账户信息"
  19. }
  20. ]
  21. },
  22. "Tencentyun": {
  23. "SdkAppId": "",
  24. "AccessKeyId": "",
  25. "AccessKeySecret": "",
  26. "Templates": [
  27. {
  28. "Id": "0",
  29. "SignName": "AdminNET 平台",
  30. "TemplateCode": "",
  31. "Content": ""
  32. }
  33. ]
  34. }
  35. }
  36. }