Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
askbooks
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
齐文博
askbooks
Commits
bb84012c
Commit
bb84012c
authored
Dec 20, 2024
by
齐文博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增批改功能
parent
c9625cc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
takepicturesServeCase.java
src/test/com/lemon/cases/takepicturesServeCase.java
+2
-2
takepictures.xls
src/test/resources/takepictures.xls
+0
-0
No files found.
src/test/com/lemon/cases/takepicturesServeCase.java
View file @
bb84012c
...
...
@@ -49,8 +49,8 @@ public class takepicturesServeCase extends BaseCase {
webSocketManager
.
scheduler
.
scheduleAtFixedRate
(()
->
{
if
(
webSocketManager
.
webSocketClient
.
isOpen
())
{
// todo 此处需要根据具体书籍进行更换
String
heartbeatMessage
=
"{\"event\":0,\"sendType\":0,\"userId\":\"2
53853686
\","
+
"\"officialAccountsId\":997,\"messageBody\":\"\",\"origin\":\"WEB_H5\",\"bookId\":\"
1262093
5\"}"
;
String
heartbeatMessage
=
"{\"event\":0,\"sendType\":0,\"userId\":\"2
08338832
\","
+
"\"officialAccountsId\":997,\"messageBody\":\"\",\"origin\":\"WEB_H5\",\"bookId\":\"
429326
5\"}"
;
webSocketManager
.
webSocketClient
.
send
(
heartbeatMessage
);
log
.
info
(
"发送心跳消息: "
+
heartbeatMessage
);
}
...
...
src/test/resources/takepictures.xls
View file @
bb84012c
No preview for this file type
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