Commit e7dc9d26 authored by 赵啸非's avatar 赵啸非

取消sql日志打印

parent e4cebb08
......@@ -19,7 +19,7 @@
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="true" />
<property name="showSql" value="true" />
<property name="showSql" value="false" />
</plugin>
</plugins>
</configuration>
\ No newline at end of file
......@@ -116,7 +116,7 @@ POST {{baseUrl}}/api/register
Content-Type: application/json
{
"deviceCode": "C0-FB-F9-CD-6F-A8"
"deviceCode": "56-53-54-79-20-33"
}
###获取产品与
......
......@@ -15,8 +15,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###设备列表
POST {{baseUrl}}/device/list
Authorization: {{authToken}}
POST {{baseUrl}}/device/interlist
Content-Type: application/json
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment