Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendResultListItem ¶
type SmsBatchSendData ¶
type SmsBatchSendData struct { // 发送结果列表 SendResultList []SendResultListItem `json:"send_result_list"` }
type SmsBatchSendResponse ¶
type SmsBatchSendResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *SmsBatchSendData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.