You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
229 B

2 years ago
  1. package config
  2. const (
  3. RegionId = "cn-hangzhou"
  4. AccessKeyId = "LTAI4FhgikZtv9aA2LjMvX7a"
  5. AccessSecret = "REB3Rd8CVJL5aRQNjcKbc82vJMX1IB"
  6. SignName = "归源易生"
  7. TemplateCode = "SMS_193015765"
  8. CodeLength = 6
  9. )