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
e7ce2cb3
Commit
e7ce2cb3
authored
Jan 05, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加巴中经开区windows shell
parent
aeddf23a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
device-manager/src/main/java/com/mortals/xhx/busiz/web/TestSendMsgController.java
...java/com/mortals/xhx/busiz/web/TestSendMsgController.java
+5
-2
device-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+4
-0
No files found.
device-manager/src/main/java/com/mortals/xhx/busiz/web/TestSendMsgController.java
View file @
e7ce2cb3
...
...
@@ -171,6 +171,7 @@ public class TestSendMsgController {
* @return
*/
@PostMapping
(
"getHcpSin/form"
)
@UnAuth
public
String
form
(
TestReq
req
)
{
log
.
info
(
"【测试form】【请求体】--> "
+
JSONObject
.
toJSONString
(
req
));
return
"ok"
;
...
...
@@ -183,7 +184,8 @@ public class TestSendMsgController {
* @param req
* @return
*/
@PostMapping
(
"getHcpSin/json"
)
@GetMapping
(
"getHcpSin/json"
)
@UnAuth
public
String
json
(
@RequestBody
TestReq
req
)
{
log
.
info
(
"【测试json】【请求体】--> "
+
JSONObject
.
toJSONString
(
req
));
return
"ok"
;
...
...
@@ -194,7 +196,8 @@ public class TestSendMsgController {
*
* @return
*/
@PostMapping
(
"sendThirdParty"
)
@GetMapping
(
"sendThirdParty"
)
@UnAuth
public
String
sendThirdParty
()
{
List
<
DeviceEntity
>
deviceEntities
=
deviceService
.
find
(
new
DeviceEntity
());
...
...
device-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
e7ce2cb3
...
...
@@ -49,5 +49,9 @@
"reg-web"
:
{
"baseUrl"
:
"http://8.136.255.30:1136/m"
},
"dazou"
:
{
"baseUrl"
:
"http://8.136.255.30:1805/m"
}
}
\ No newline at end of file
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