Versions in this module Expand all Collapse all v1 v1.0.2 Nov 27, 2023 v1.0.0 Nov 7, 2023 Changes in this version + type SmsBatchSendParam struct + Sign string + SmsAccount string + SmsMessageList []SmsMessageListItem + Tag *string + TemplateId string + UserExtCode *string + type SmsBatchSendRequest struct + Param *SmsBatchSendParam + func New() *SmsBatchSendRequest + func (c *SmsBatchSendRequest) Execute(accessToken *doudian_sdk.AccessToken) (*sms_batchSend_response.SmsBatchSendResponse, error) + func (c *SmsBatchSendRequest) GetParamObject() interface{} + func (c *SmsBatchSendRequest) GetParams() *SmsBatchSendParam + func (c *SmsBatchSendRequest) GetUrlPath() string + type SmsMessageListItem struct + PostTel string + TemplateParam string