Commit 16866f5b authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent 8e044f12
This diff is collapsed.
...@@ -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="false" /> <property name="showSql" value="true" />
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
\ No newline at end of file
...@@ -127,24 +127,7 @@ Accept: application/json ...@@ -127,24 +127,7 @@ Accept: application/json
POST {{baseUrl}}/api/deviceUpdate POST {{baseUrl}}/api/deviceUpdate
Content-Type: application/json Content-Type: application/json
{ {"deviceCode":"d8-bb-c1-d7-e2-e3","productId":7,"siteId":1,"source":1}
"deviceName": "测试设备2",
"deviceCode": "a109",
"siteId": 2,
"siteCode": "513400000000-0001",
"siteName": "凉山州行政审批局",
"productId": 1,
"deviceFirmId": 1,
"lon": "33",
"lati": "44",
"deviceInBuilding": 13,
"deviceInFloor": 22,
"defectsLiabilityPeriod": "2022-06-30 15:00:01",
"leadingOfficial": "张三",
"leadingOfficialTelephone": "13281114856",
"source": 1,
"active": 1
}
###设备新增 ###设备新增
POST {{baseUrl}}/api/receive POST {{baseUrl}}/api/receive
......
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