Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
wecloud_im_server
Commits
7d7252b3
Commit
7d7252b3
authored
Jun 09, 2022
by
Future
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
阅后即焚入参透传
parent
8c217478
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
core/src/main/java/com/wecloud/im/param/ChatContentVo.java
+26
-0
No files found.
core/src/main/java/com/wecloud/im/param/ChatContentVo.java
View file @
7d7252b3
...
@@ -45,6 +45,16 @@ public class ChatContentVo extends BaseRequest {
...
@@ -45,6 +45,16 @@ public class ChatContentVo extends BaseRequest {
*/
*/
String
at
;
String
at
;
/**
* 是否阅后即焚 0-否 1-是
*/
Integer
burn
;
/**
* 多久之后开始焚毁消息 单位秒
*/
Integer
timeToBurn
;
public
PushVO
getPush
()
{
public
PushVO
getPush
()
{
return
JsonUtils
.
beanCopyDeep
(
this
.
get
(
"push"
),
PushVO
.
class
);
return
JsonUtils
.
beanCopyDeep
(
this
.
get
(
"push"
),
PushVO
.
class
);
}
}
...
@@ -86,6 +96,22 @@ public class ChatContentVo extends BaseRequest {
...
@@ -86,6 +96,22 @@ public class ChatContentVo extends BaseRequest {
this
.
at
=
at
;
this
.
at
=
at
;
}
}
public
Integer
getBurn
()
{
return
burn
;
}
public
void
setBurn
(
Integer
burn
)
{
this
.
burn
=
burn
;
}
public
Integer
getTimeToBurn
()
{
return
timeToBurn
;
}
public
void
setTimeToBurn
(
Integer
timeToBurn
)
{
this
.
timeToBurn
=
timeToBurn
;
}
@Override
@Override
public
String
getReqId
()
{
public
String
getReqId
()
{
return
reqId
;
return
reqId
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment