feat(app): update
This commit is contained in:
@ -26,15 +26,15 @@ type ImService struct {
|
||||
|
||||
// ImMsgBodyAttach IM消息 body对象
|
||||
type ImMsgBodyAttach struct {
|
||||
TypeCode string `json:"TypeCode"`
|
||||
BizData interface{} `json:"BizData"`
|
||||
Msg string `json:"msg,omitempty"`
|
||||
TypeCode string `json:"TypeCode"`
|
||||
BizData any `json:"BizData"`
|
||||
Msg string `json:"msg,omitempty"`
|
||||
}
|
||||
|
||||
// ChatRoomMsgAttach 聊天室自定义消息
|
||||
type ChatRoomMsgAttach struct {
|
||||
TypeCode string `json:"TypeCode"`
|
||||
BizData interface{} `json:"BizData"`
|
||||
TypeCode string `json:"TypeCode"`
|
||||
BizData any `json:"BizData"`
|
||||
}
|
||||
|
||||
// SendCustomMsgToChatroomByChatroomManager 向聊天室发消息
|
||||
|
||||
@ -58,7 +58,7 @@ type H5ReCheckLivePersonTokenRsp struct {
|
||||
IsPayed int64 `json:"isPayed"`
|
||||
SimilarityScore float64 `json:"similarityScore"`
|
||||
FaceMatched int64 `json:"faceMatched"`
|
||||
FaceAttributeInfo interface{} `json:"faceAttributeInfo"`
|
||||
FaceAttributeInfo any `json:"faceAttributeInfo"`
|
||||
ExtInfo ExtInfoEntity `json:"extInfo"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user