Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgV1SendJsonReply ¶
type MsgV1SendJsonRequest ¶
type MsgV1SendJsonRequest struct { Msg string `eg:"【企业】XX项目30分钟内,连续产生2次退款."` Phone []string `eg:"[]string{\"13411112222\",\"13488882222\"}"` SendTime time.Time `note:"注意传入中国时区的 time.Time"` Extend string Report bool UID string }
MsgV1SendJson 批量提交接口 https://www.chuanglan.com/document/6110e57909fd9600010209de/6110efa909fd960001020a23
type V1 ¶
type V1 struct {
// contains filtered or unexported fields
}
func (V1) MsgV1SendJson ¶
func (v V1) MsgV1SendJson(ctx context.Context, data MsgV1SendJsonRequest) (httpDetail HttpDetail, reply MsgV1SendJsonReply, err error)
Click to show internal directories.
Click to hide internal directories.