msgvo

package
v0.0.0-...-57ed434 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2023 License: AGPL-3.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FixAddOrderForFeiShuReqData

type FixAddOrderForFeiShuReqData struct {
	StartTime *time.Time `json:"startTime"`
	EndTime   *time.Time `json:"endTime"`
}

type FixAddOrderForFeiShuReqVo

type FixAddOrderForFeiShuReqVo struct {
	Input FixAddOrderForFeiShuReqData `json:"input"`
}

type GetFailMsgListReqVo

type GetFailMsgListReqVo struct {
	OrgId   *int64 `json:"orgId"`
	MsgType *int   `json:"msgType"`
	Page    *int   `json:"page"`
	Size    *int   `json:"size"`
}

type GetFailMsgListRespData

type GetFailMsgListRespData struct {
	MsgList *[]bo.MessageBo `json:"msgList"`
}

type GetFailMsgListRespVo

type GetFailMsgListRespVo struct {
	vo.Err
	Data GetFailMsgListRespData `json:"data"`
}

type GetMQTTChannelKeyReqVo

type GetMQTTChannelKeyReqVo struct {
	UserId int64                   `json:"userId"`
	OrgId  int64                   `json:"orgId"`
	Input  vo.GetMQTTChannelKeyReq `json:"input"`
}

type GetMQTTChannelKeyRespVo

type GetMQTTChannelKeyRespVo struct {
	vo.Err
	Data *vo.GetMQTTChannelKeyResp `json:"data"`
}

type InsertMqConsumeFailMsgReqVo

type InsertMqConsumeFailMsgReqVo struct {
	Msg     model.MqMessage `json:"msg"`
	MsgType int             `json:"msgType"`
	OrgId   int64           `json:"orgId"`
}

type MqttPublishData

type MqttPublishData struct {
	Channel string `json:"channel"`
	Body    []byte `json:"body"`
}

type MqttPublishReqVo

type MqttPublishReqVo struct {
	Data *MqttPublishData `json:data`
}

type OrderContent

type OrderContent struct {
	Type    string `json:"type"`
	Data    string `json:"data"`
	MsgTime string `json:"msgTime"`
}

type OrderContentData

type OrderContentData struct {
	Uuid  string                `json:"uuid"`
	Event OrderContentDataEvent `json:"event"`
	Token string                `json:"token"`
	Ts    string                `json:"ts"`
	Type  string                `json:"type"`
}

type OrderContentDataEvent

type OrderContentDataEvent struct {
	AppId         string `json:"app_id"`
	BuyCount      int    `json:"buy_count"`
	BuyType       string `json:"buy_type"`
	CreateTime    string `json:"create_time"`
	OrderId       string `json:"order_id"`
	OrderPayPrice int64  `json:"order_pay_price"`
	PayTime       string `json:"pay_time"`
	PricePlanId   string `json:"price_plan_id"`
	PricePlanType string `json:"price_plan_type"`
	Seats         int    `json:"seats"`
	SrcOrderId    string `json:"src_order_id"`
	TenantKey     string `json:"tenant_key"`
	Type          string `json:"type"`
}

type PushMsgToMqReqVo

type PushMsgToMqReqVo struct {
	Msg     model.MqMessage `json:"msg"`
	MsgType int             `json:"msgType"`
	OrgId   int64           `json:"orgId"`
}

type PushMsgToMqttReqVo

type PushMsgToMqttReqVo struct {
	Msg bo.MQTTDataRefreshNotice `json:"msg"`
}

type PushRemindMsgToMqttReqVo

type PushRemindMsgToMqttReqVo struct {
	UserId int64               `json:"userId"`
	OrgId  int64               `json:"orgId"`
	Msg    bo.MQTTRemindNotice `json:"msg"`
}

type SendLoginSMSReqVo

type SendLoginSMSReqVo struct {
	PhoneNumber string `json:"phoneNumber"`
	Code        string `json:"code"`
}

type SendMailReqData

type SendMailReqData struct {
	Emails []string `json:"emails"`
	//标题
	Subject string `json:"subject"`
	//内容
	Content string `json:"content"`
}

type SendMailReqVo

type SendMailReqVo struct {
	Input SendMailReqData `json:"input"`
}

type SendSMSReqVo

type SendSMSReqVo struct {
	Input SendSMSReqVoReqData `json:"input"`
}

type SendSMSReqVoReqData

type SendSMSReqVoReqData struct {
	Mobile       string            `json:"mobile"`
	Params       map[string]string `json:"params"`
	SignName     string            `json:"signName"`
	TemplateCode string            `json:"templateCode"`
}

type UpdateMsgStatusReqVo

type UpdateMsgStatusReqVo struct {
	MsgId     int64 `json:"msgId"`
	NewStatus int   `json:"newStatus"`
}

type WriteSomeFailedMsgReqVo

type WriteSomeFailedMsgReqVo struct {
	OrgId int64                        `json:"orgId"`
	Input *WriteSomeFailedMsgReqVoData `json:"input"`
}

type WriteSomeFailedMsgReqVoData

type WriteSomeFailedMsgReqVoData struct {
	MsgType int    `json:"msgType"` // 参考 `consts.PushTypeFsCallbackHandleFailed`
	MsgBody string `json:"msgBody"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL