wx-ezhan
Preparing search index...
types/message
GetNotify
Interface GetNotify
获取收到的评论通知接口返回数据
interface
GetNotify
{
commentId
:
string
;
content
:
string
;
createdTime
:
string
;
id
:
string
;
isRead
:
boolean
;
receiverId
:
string
;
senderId
:
string
;
topicId
:
string
;
type
:
"TOPIC_LIKE"
|
"COMMENT_ADD"
|
"COMMENT_REPLY"
;
}
Index
Properties
comment
Id
content
created
Time
id
is
Read
receiver
Id
sender
Id
topic
Id
type
Properties
comment
Id
commentId
:
string
content
content
:
string
created
Time
createdTime
:
string
id
id
:
string
is
Read
isRead
:
boolean
receiver
Id
receiverId
:
string
sender
Id
senderId
:
string
topic
Id
topicId
:
string
type
type
:
"TOPIC_LIKE"
|
"COMMENT_ADD"
|
"COMMENT_REPLY"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
Id
content
created
Time
id
is
Read
receiver
Id
sender
Id
topic
Id
type
wx-ezhan
Loading...
获取收到的评论通知接口返回数据