Commit 8d056f5d by huluobin

update

parent 57f619bc
......@@ -365,7 +365,7 @@ public class Schedule {
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()
.getData()
.getItems()
......@@ -386,7 +386,7 @@ public class Schedule {
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()
.getData()
.getItems()
......
......@@ -81,7 +81,7 @@ gogirl:
#评论延迟时间
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:
pay:
......
......@@ -82,7 +82,7 @@ gogirl:
#评论延迟时间
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:
pay:
......
......@@ -81,7 +81,7 @@ gogirl:
#评论延迟时间
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:
pay:
......
......@@ -81,7 +81,7 @@ gogirl:
#评论延迟时间
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:
pay:
......
spring:
profiles:
active: prod
active: pre
servlet:
#文件上传最大容量
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