Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
mali
2020-05-20 15:31:01 +0800
Commit
71329c9ee08a87d84192774a7fcfd4bf1eda443c
2 parents
375ca9d5
448dfab6
Merge branch 'test6.10.1' into test6.10.2_favorite
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
order/src/main/java/com/yohoufo/order/service/proxy/FastDeliveryProxyService.java
web/src/main/webapp/META-INF/autoconf/config.properties
order/src/main/java/com/yohoufo/order/service/proxy/FastDeliveryProxyService.java
View file @
71329c9
...
...
@@ -31,8 +31,7 @@ public class FastDeliveryProxyService {
public
static
final
String
YH_SECRET
=
"yh_2019oEngMex8"
;
@Value
(
"${fast.delivery.timetout:1000}"
)
int
Default_Time
;
int
Default_Time
=
1000
;
@Autowired
FastDeliveryTemplate
fastDeliveryTemplate
;
...
...
web/src/main/webapp/META-INF/autoconf/config.properties
View file @
71329c9
...
...
@@ -125,7 +125,7 @@ ufo.product.addSizeSortId=40
ufo.certification.timesLimit
=
3
fast.delivery.timetout
=
${fast.delivery.timetout}
unionpay.env
=
00
unionpay.notifyurl
=
${unionpay.notifyurl}
...
...
Please
register
or
login
to post a comment