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
Email Patches
Plain Diff
Browse Files
Authored by
TANLING
5 years ago
Commit
448dfab637c53d1fed843d20be1121fbc07612b6
1 parent
d59b6e8a
去掉
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 @
448dfab
...
...
@@ -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 @
448dfab
...
...
@@ -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