Commit 8d056f5d by huluobin

update

parent 57f619bc
...@@ -365,7 +365,7 @@ public class Schedule { ...@@ -365,7 +365,7 @@ public class Schedule {
HttpEntity<GetTechnicianPageRequest> allHttpEntity = new HttpEntity<>(allRequest); HttpEntity<GetTechnicianPageRequest> allHttpEntity = new HttpEntity<>(allRequest);
AdminTechnicianScore monthAdminResult = restTemplate.exchange(gogirlProperties.getAdminBackendUrl() + "/api/ReportTable/GetTechnicianPage", HttpMethod.POST, allHttpEntity, responseBodyType) AdminTechnicianScore monthAdminResult = restTemplate.exchange(gogirlProperties.getAdminBackendUrl(), HttpMethod.POST, allHttpEntity, responseBodyType)
.getBody() .getBody()
.getData() .getData()
.getItems() .getItems()
...@@ -386,7 +386,7 @@ public class Schedule { ...@@ -386,7 +386,7 @@ public class Schedule {
HttpEntity<GetTechnicianPageRequest> monthHttpEntity = new HttpEntity<>(monthRequest); HttpEntity<GetTechnicianPageRequest> monthHttpEntity = new HttpEntity<>(monthRequest);
AdminTechnicianScore allAdminResult = restTemplate.exchange(gogirlProperties.getAdminBackendUrl() + "/api/ReportTable/GetTechnicianPage", HttpMethod.POST, monthHttpEntity, responseBodyType) AdminTechnicianScore allAdminResult = restTemplate.exchange(gogirlProperties.getAdminBackendUrl(), HttpMethod.POST, monthHttpEntity, responseBodyType)
.getBody() .getBody()
.getData() .getData()
.getItems() .getItems()
......
...@@ -81,7 +81,7 @@ gogirl: ...@@ -81,7 +81,7 @@ gogirl:
#评论延迟时间 #评论延迟时间
test-paper-time: 1440 test-paper-time: 1440
#后台后端接口访问地址 #后台后端接口访问地址
admin-backend-url: http://test.admin.begogirls.com:7712 admin-backend-url: http://test.admin.begogirls.com:7712/api/ReportTable/GetTechnicianPage
wx: wx:
pay: pay:
......
...@@ -82,7 +82,7 @@ gogirl: ...@@ -82,7 +82,7 @@ gogirl:
#评论延迟时间 #评论延迟时间
test-paper-time: 1440 test-paper-time: 1440
#后台后端接口访问地址 #后台后端接口访问地址
admin-backend-url: http://test.admin.begogirls.com:7712 admin-backend-url: http://test.admin.begogirls.com:7712/api/ReportTable/GetTechnicianPage
wx: wx:
pay: pay:
......
...@@ -81,7 +81,7 @@ gogirl: ...@@ -81,7 +81,7 @@ gogirl:
#评论延迟时间 #评论延迟时间
test-paper-time: 1440 test-paper-time: 1440
#后台后端接口访问地址 #后台后端接口访问地址
admin-backend-url: http://test.admin.begogirls.com:7712 admin-backend-url: http://test.admin.begogirls.com:7712/api/ReportTable/GetTechnicianPageApi
wx: wx:
pay: pay:
......
...@@ -81,7 +81,7 @@ gogirl: ...@@ -81,7 +81,7 @@ gogirl:
#评论延迟时间 #评论延迟时间
test-paper-time: 1440 test-paper-time: 1440
#后台后端接口访问地址 #后台后端接口访问地址
admin-backend-url: http://test.admin.begogirls.com:7712 admin-backend-url: http://test.admin.begogirls.com:7712/api/ReportTable/GetTechnicianPage
wx: wx:
pay: pay:
......
spring: spring:
profiles: profiles:
active: prod active: pre
servlet: servlet:
#文件上传最大容量 #文件上传最大容量
multipart: multipart:
......
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