Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
377388a2
Commit
377388a2
authored
Sep 17, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用集市添加api请求事件接口
parent
613b1137
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
base-manager/src/main/resources/config/mybatis-sqlmap-config.xml
...nager/src/main/resources/config/mybatis-sqlmap-config.xml
+1
-1
base-manager/src/test/java/com/mortals/httpclient/dept/DeptController.http
...test/java/com/mortals/httpclient/dept/DeptController.http
+2
-2
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+10
-1
No files found.
base-manager/src/main/resources/config/mybatis-sqlmap-config.xml
View file @
377388a2
...
@@ -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=
"
tru
e"
/>
<property
name=
"showSql"
value=
"
fals
e"
/>
</plugin>
</plugin>
</plugins>
</plugins>
</configuration>
</configuration>
\ No newline at end of file
base-manager/src/test/java/com/mortals/httpclient/dept/DeptController.http
View file @
377388a2
...
@@ -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
...
...
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
377388a2
...
@@ -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:1107
8
/base"
"baseUrl"
:
"http://192.168.0.98:1107
1/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"
},
},
...
...
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