|
|
@ -114,7 +114,7 @@ public class GoodsOrderServiceImpl implements PayService { |
|
|
|
|
|
|
|
|
|
|
|
HighCoupon coupon = highCouponService.getCouponById(highChildOrder.getGoodsId()); |
|
|
|
HighCoupon coupon = highCouponService.getCouponById(highChildOrder.getGoodsId()); |
|
|
|
// 贵州中石化
|
|
|
|
// 贵州中石化
|
|
|
|
if (coupon.getCouponSource() != 4) { |
|
|
|
if (coupon.getCouponSource() == 4) { |
|
|
|
// 获取token
|
|
|
|
// 获取token
|
|
|
|
JSONObject tokenObject = HuiLianTongConfig.getToken(); |
|
|
|
JSONObject tokenObject = HuiLianTongConfig.getToken(); |
|
|
|
if (!tokenObject.getString("result").equals("success")) { |
|
|
|
if (!tokenObject.getString("result").equals("success")) { |
|
|
|