Commit 83b9564b authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 6f99c63c
Pipeline #2899 canceled with stages
server: server:
port: @profiles.server.port@
servlet:
context-path: /entservice
tomcat: tomcat:
uri-encoding: utf-8 uri-encoding: utf-8
spring: spring:
......
...@@ -8,11 +8,6 @@ ...@@ -8,11 +8,6 @@
"baseLogin": "http://192.168.0.98:11078/base" "baseLogin": "http://192.168.0.98:11078/base"
}, },
"yibin": { "product": {
"baseUrl": "http://10.12.185.213:11078/bill" "baseUrl": "http://192.168.0.250:11089/entservice"
},
"yibin-web": {
"baseUrl": "http://112.19.80.237:11078/bill"
} }
}
\ No newline at end of file
...@@ -123,5 +123,16 @@ Content-Type: application/json ...@@ -123,5 +123,16 @@ Content-Type: application/json
###子区域更新
POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json
{
"areaCode": "511124000000"
}
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