Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
8d056f5d
Commit
8d056f5d
authored
Apr 07, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
57f619bc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
Schedule.java
...ain/java/com/gogirl/infrastructure/schedule/Schedule.java
+2
-2
application-dev.yml
src/main/resources/application-dev.yml
+1
-1
application-pre.yml
src/main/resources/application-pre.yml
+1
-1
application-prod.yml
src/main/resources/application-prod.yml
+1
-1
application-test.yml
src/main/resources/application-test.yml
+1
-1
application.yml
src/main/resources/application.yml
+1
-1
No files found.
src/main/java/com/gogirl/infrastructure/schedule/Schedule.java
View file @
8d056f5d
...
...
@@ -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
()
...
...
src/main/resources/application-dev.yml
View file @
8d056f5d
...
...
@@ -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
:
...
...
src/main/resources/application-pre.yml
View file @
8d056f5d
...
...
@@ -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
:
...
...
src/main/resources/application-prod.yml
View file @
8d056f5d
...
...
@@ -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
:
...
...
src/main/resources/application-test.yml
View file @
8d056f5d
...
...
@@ -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
:
...
...
src/main/resources/application.yml
View file @
8d056f5d
spring
:
profiles
:
active
:
pr
od
active
:
pr
e
servlet
:
#文件上传最大容量
multipart
:
...
...
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