Browse Source

增加腾讯云短信参数

master v0.1.4
guzeng 2 years ago
parent
commit
e28851965d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      variable.go

+ 1
- 0
variable.go View File

@ -14,6 +14,7 @@ type WoParam struct {
type TencentParam struct { type TencentParam struct {
SecretId string `json:"secretId"` SecretId string `json:"secretId"`
SecretKey string `json:"secretKey"` SecretKey string `json:"secretKey"`
SmsAppId string `json:"smsAppId"`
Signname string `json:"signname"` Signname string `json:"signname"`
Mobiles string `json:"mobiles"` Mobiles string `json:"mobiles"`
TemplateId string `json:"templateId"` TemplateId string `json:"templateId"`


Loading…
Cancel
Save