Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
9137e3bd
Commit
9137e3bd
authored
Jul 12, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加前端页面
parent
c1cf0c05
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
device-manager/src/main/java/com/mortals/xhx/common/utils/DownMsgTask.java
...c/main/java/com/mortals/xhx/common/utils/DownMsgTask.java
+1
-1
device-manager/src/test/java/com/mortals/httpclient/device/DeviceController.http
.../java/com/mortals/httpclient/device/DeviceController.http
+4
-4
No files found.
device-manager/src/main/java/com/mortals/xhx/common/utils/DownMsgTask.java
View file @
9137e3bd
...
...
@@ -81,7 +81,7 @@ public class DownMsgTask implements Runnable {
deviceLogEntity
.
setDeviceName
(
deviceEntity
.
getDeviceName
());
deviceLogEntity
.
setDeviceCode
(
deviceEntity
.
getDeviceCode
());
deviceLogEntity
.
setMessageHead
(
item
.
getMessageType
());
deviceLogEntity
.
setContent
(
JSON
.
toJSONString
(
item
.
getData
()
));
deviceLogEntity
.
setContent
(
item
.
getData
(
));
deviceLogEntity
.
setLogType
(
LogTypeEnum
.
下发服务
.
getValue
());
deviceLogEntity
.
setCreateUserId
(
1L
);
deviceLogEntity
.
setCreateTime
(
new
Date
());
...
...
device-manager/src/test/java/com/mortals/httpclient/device/DeviceController.http
View file @
9137e3bd
...
...
@@ -148,14 +148,14 @@ Content-Type: application/json
[
{
"data":"{xxxx}",
"deviceCode":"
A1:12:23:12:23:11
",
"messageType":"
heart_beat
",
"deviceCode":"
a102
",
"messageType":"
aaaa
",
"timestamp":1654656951795
},
{
"data":"{bbbbbb}",
"deviceCode":"
A1:12:23:12:23:11
",
"messageType":"
heart_beat
",
"deviceCode":"
a102
",
"messageType":"
bbbb
",
"timestamp":1654656951795
}
]
...
...
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