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
e7dc9d26
Commit
e7dc9d26
authored
Jun 12, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消sql日志打印
parent
e4cebb08
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
device-manager/src/main/resources/config/mybatis-sqlmap-config.xml
...nager/src/main/resources/config/mybatis-sqlmap-config.xml
+1
-1
device-manager/src/test/java/com/mortals/httpclient/device/DeviceController.http
.../java/com/mortals/httpclient/device/DeviceController.http
+1
-1
device-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+1
-2
No files found.
device-manager/src/main/resources/config/mybatis-sqlmap-config.xml
View file @
e7dc9d26
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<plugin
interceptor=
"com.mortals.framework.thirty.mybatis.LogInterceptor"
>
<plugin
interceptor=
"com.mortals.framework.thirty.mybatis.LogInterceptor"
>
<property
name=
"enableExecutorTime"
value=
"true"
/>
<property
name=
"enableExecutorTime"
value=
"true"
/>
<property
name=
"showSql"
value=
"
tru
e"
/>
<property
name=
"showSql"
value=
"
fals
e"
/>
</plugin>
</plugin>
</plugins>
</plugins>
</configuration>
</configuration>
\ No newline at end of file
device-manager/src/test/java/com/mortals/httpclient/device/DeviceController.http
View file @
e7dc9d26
...
@@ -116,7 +116,7 @@ POST {{baseUrl}}/api/register
...
@@ -116,7 +116,7 @@ POST {{baseUrl}}/api/register
Content-Type: application/json
Content-Type: application/json
{
{
"deviceCode": "
C0-FB-F9-CD-6F-A8
"
"deviceCode": "
56-53-54-79-20-33
"
}
}
###获取产品与
###获取产品与
...
...
device-manager/src/test/java/com/mortals/httpclient/system.http
View file @
e7dc9d26
...
@@ -15,8 +15,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
...
@@ -15,8 +15,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###设备列表
###设备列表
POST {{baseUrl}}/device/list
POST {{baseUrl}}/device/interlist
Authorization: {{authToken}}
Content-Type: application/json
Content-Type: application/json
{
{
...
...
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