This commit is contained in:
richboo111
2024-01-24 17:37:27 +08:00
parent 67abc7aa00
commit cda0c6e9f3
3 changed files with 34 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ type BusinessSendMsgReq struct {
PlatformShopId string `json:"platformShopId"` // 平台门店id
BizType string `json:"bizType"` // 业务类型IM消息。默认值IM
SubBizType string `json:"subBizType"` // 子业务类型发送消息。默认值SEND_MESSAGE
Payload BusinessMsgPayload `json:"payload"`
PayLoad BusinessMsgPayload `json:"payLoad"`
}
type BusinessMsgPayload struct {