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
4b697875
Commit
4b697875
authored
Feb 20, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改根据业务查询部门逻辑
parent
00a28b7f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
6 deletions
+16
-6
base-manager/src/test/java/com/mortals/httpclient/app/AppController.http
...c/test/java/com/mortals/httpclient/app/AppController.http
+1
-2
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
...test/java/com/mortals/httpclient/site/SiteController.http
+0
-1
base-manager/src/test/java/com/mortals/httpclient/site/SiteMatterController.http
...ava/com/mortals/httpclient/site/SiteMatterController.http
+1
-1
portal-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+4
-0
portal-manager/src/test/java/com/mortals/httpclient/param/ParamController.http
...st/java/com/mortals/httpclient/param/ParamController.http
+1
-2
smart-gateway/src/main/resources/bootstrap.yml
smart-gateway/src/main/resources/bootstrap.yml
+9
-0
No files found.
base-manager/src/test/java/com/mortals/httpclient/app/AppController.http
View file @
4b697875
...
...
@@ -77,8 +77,7 @@ client.global.set("App_id", JSON.parse(response.body).data.id);
%}
###自助终端应用查看
GET {{baseUrl}}/app/info?id={{App_id}}
Authorization: {{authToken}}
GET {{baseUrl}}/app/info?id=1
Accept: application/json
###自助终端应用编辑
...
...
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
View file @
4b697875
###站点列表
POST {{baseUrl}}/site/list
Authorization: {{authToken}}
Content-Type: application/json
{
...
...
base-manager/src/test/java/com/mortals/httpclient/site/SiteMatterController.http
View file @
4b697875
...
...
@@ -6,7 +6,7 @@ Content-Type: application/json
{
"siteId":1,
"page":1,
"size":
-1
"size":
10
}
...
...
portal-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
4b697875
...
...
@@ -12,6 +12,10 @@
"baseUrl"
:
"http://10.12.185.213:11078/zwfw"
},
"portal-yibin-web"
:
{
"baseUrl"
:
"http://112.19.80.237:11078/zwfw"
},
"portal-yibin-web"
:
{
"baseUrl"
:
"http://112.19.80.237:11078/zwfw"
}
...
...
portal-manager/src/test/java/com/mortals/httpclient/param/ParamController.http
View file @
4b697875
###参数信息业务列表
POST {{baseUrl}}/param/list
Authorization: {{authToken}}
Content-Type: application/json
{
"page":1,
"size":1
0
"size":1
}
...
...
smart-gateway/src/main/resources/bootstrap.yml
View file @
4b697875
...
...
@@ -85,6 +85,15 @@ spring:
metadata
:
response-timeout
:
200000
connect-timeout
:
200000
# 自助服务
-
id
:
sst-manager
#uri: http://192.168.0.98:17002
uri
:
lb://sst-manager
predicates
:
-
Path=/sst/**
metadata
:
response-timeout
:
200000
connect-timeout
:
200000
nacos
:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
discovery
:
...
...
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