|
@@ -9,8 +9,8 @@ import (
|
|
|
|
|
|
|
|
|
|
|
|
|
type UnreadMessageRequest struct {
|
|
type UnreadMessageRequest struct {
|
|
|
- Type string `json:"type"`
|
|
|
|
|
- ShopId int32 `json:"id"`
|
|
|
|
|
|
|
+ Type string `json:"type"` // 向谁发的消息:shop(门店), customer(客户)
|
|
|
|
|
+ ShopId int32 `json:"shopId"`
|
|
|
UserId int32 `json:"userId"`
|
|
UserId int32 `json:"userId"`
|
|
|
MsgCount int `json:"msgCount"`
|
|
MsgCount int `json:"msgCount"`
|
|
|
}
|
|
}
|