Authored by LUOXC

运费默认25

... ... @@ -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;
... ...
... ... @@ -22,7 +22,7 @@ public class DeliveryWayCostSupport {
public double getCostOfSf() {
String key = "buyer.delivery.way.cost.sf";
double defaultValue = 15;
double defaultValue = 25;
try {
ApiResponse resp = ufoServiceCaller.call(
... ...
... ... @@ -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
... ...
... ... @@ -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}
... ...