|
@ -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"` |
|
|