Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AccessKeyId string `json:",optional"`
AccessKeySecret string `json:",optional"`
Endpoint string `json:",optional"`
Region string `json:",optional"`
Bucket string `json:",optional"`
TemplateId string `json:",optional"`
SignId string `json:",optional"`
}
func (*Config) BatchSend ¶
func (c *Config) BatchSend(phones, params []string) (*apis.BatchSendResponse, error)
func (*Config) PreSignUrl ¶
func (c *Config) PreSignUrl(fileName string) (*PreSignUrlResp, error)
type PreSignUrlResp ¶
Click to show internal directories.
Click to hide internal directories.