Commit 00b86f6e authored by “yiyousong”'s avatar “yiyousong”
parents 3e96f08d e6a74240
......@@ -19,7 +19,7 @@
</plugin>
<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
......@@ -10,8 +10,8 @@ Content-Type: application/json
POST {{baseUrl}}/dept/list
Content-Type: application/json
#{"siteId":1,"page":"1","size":"3","idList":[422,420,413,412],"orderColList":[{"colName":"sort","sortKind":"asc"}]}
{"siteId":1,"page":"1","size":"3","idList":[9,5,3,2],"orderColList":[{"colName":"sort","sortKind":"asc"}]}
{"siteId":1,"page":"1","size":"3","idList":[422,420,413,412],"orderColList":[{"colName":"sort","sortKind":"asc"}]}
###部门更新与保存
POST {{baseUrl}}/dept/save
Content-Type: application/json
......
......@@ -6,8 +6,17 @@
"baseUrl": "http://192.168.0.60:17211/base"
},
"base-test": {
"baseUrl": "http://192.168.0.98:11078/base"
"baseUrl": "http://192.168.0.98:11071/basics_api/base"
},
"base-test-https": {
"baseUrl": "https://192.168.0.98:31071/basics_api/base"
},
"base-test1-https": {
"baseUrl": "https://192.168.0.98:31071/base"
},
"base-test1": {
"baseUrl": "http://8.136.255.30:11078/base"
},
......
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