|
@ -12,4 +12,10 @@ type WoParam struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type TencentParam struct { |
|
|
type TencentParam struct { |
|
|
|
|
|
SecretId string `json:"secretId"` |
|
|
|
|
|
SecretKey string `json:"secretKey"` |
|
|
|
|
|
Signname string `json:"signname"` |
|
|
|
|
|
Mobiles []string `json:"mobiles"` |
|
|
|
|
|
TemplateId string `json:"templateId"` |
|
|
|
|
|
Params []string `json:"params"` |
|
|
} |
|
|
} |