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
LUOXC
6 years ago
Commit
4e3c23f5877c518dbdc416bf2c333454165dec20
1 parent
82328e63
运费默认25
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
7 deletions
order/src/main/java/com/yohoufo/order/service/impl/ShoppingServiceImpl.java
order/src/main/java/com/yohoufo/order/service/support/DeliveryWayCostSupport.java
web/src/main/resources/config.properties
web/src/main/webapp/META-INF/autoconf/config.properties
order/src/main/java/com/yohoufo/order/service/impl/ShoppingServiceImpl.java
View file @
4e3c23f
...
...
@@ -70,10 +70,6 @@ public class ShoppingServiceImpl implements IShoppingService {
@Autowired
private
UserProxyService
userProxyService
;
//
// @Value("${buyer.delivery.way.cost.sf:15}")
// private double delivery_way_sf_cost;
@Autowired
private
InBoxFacade
inBoxFacade
;
...
...
order/src/main/java/com/yohoufo/order/service/support/DeliveryWayCostSupport.java
View file @
4e3c23f
...
...
@@ -22,7 +22,7 @@ public class DeliveryWayCostSupport {
public
double
getCostOfSf
()
{
String
key
=
"buyer.delivery.way.cost.sf"
;
double
defaultValue
=
1
5
;
double
defaultValue
=
2
5
;
try
{
ApiResponse
resp
=
ufoServiceCaller
.
call
(
...
...
web/src/main/resources/config.properties
View file @
4e3c23f
...
...
@@ -90,7 +90,6 @@ redis.proxy.address=192.168.102.45
redis.proxy.auth
=
redis9646
redis.proxy.port
=
6379
buyer.delivery.way.cost.sf
=
0
order.seller.earnestmoney.min
=
1
order.seller.earnestmoney.max
=
200
order.seller.packageFee
=
0.1
...
...
web/src/main/webapp/META-INF/autoconf/config.properties
View file @
4e3c23f
...
...
@@ -63,7 +63,6 @@ wechat.app.appid=wx049fdaa3ba9cdd7a
wechat.notifyurl
=
${wechat.notifyurl}
alipay.notifyurl
=
${alipay.notifyurl}
buyer.delivery.way.cost.sf
=
${buyer.delivery.way.cost.sf}
order.seller.earnestmoney.min
=
${order.seller.earnestmoney.min}
order.seller.earnestmoney.max
=
${order.seller.earnestmoney.max}
order.seller.packageFee
=
${order.seller.packageFee}
...
...
Please
register
or
login
to post a comment