Commit 4b697875 authored by 赵啸非's avatar 赵啸非

修改根据业务查询部门逻辑

parent 00a28b7f
......@@ -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
###自助终端应用编辑
......
###站点列表
POST {{baseUrl}}/site/list
Authorization: {{authToken}}
Content-Type: application/json
{
......
......@@ -6,7 +6,7 @@ Content-Type: application/json
{
"siteId":1,
"page":1,
"size":-1
"size":10
}
......
......@@ -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"
}
......
###参数信息业务列表
POST {{baseUrl}}/param/list
Authorization: {{authToken}}
Content-Type: application/json
{
"page":1,
"size":10
"size":1
}
......
......@@ -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:
......
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