Commit 377388a2 authored by 赵啸非's avatar 赵啸非

应用集市添加api请求事件接口

parent 613b1137
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</plugin> </plugin>
<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="true" /> <property name="showSql" value="false" />
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
\ No newline at end of file
...@@ -10,8 +10,8 @@ Content-Type: application/json ...@@ -10,8 +10,8 @@ Content-Type: application/json
POST {{baseUrl}}/dept/list POST {{baseUrl}}/dept/list
Content-Type: application/json 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":[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"}]}
###部门更新与保存 ###部门更新与保存
POST {{baseUrl}}/dept/save POST {{baseUrl}}/dept/save
Content-Type: application/json Content-Type: application/json
......
...@@ -6,8 +6,17 @@ ...@@ -6,8 +6,17 @@
"baseUrl": "http://192.168.0.60:17211/base" "baseUrl": "http://192.168.0.60:17211/base"
}, },
"base-test": { "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": { "base-test1": {
"baseUrl": "http://8.136.255.30:11078/base" "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