Commit e2e63dec by YG8999

去掉充值代码

parent 6e1df475
package share.system.service; package share.system.service;
import share.system.domain.Recharge;
import share.system.domain.SOrder; import share.system.domain.SOrder;
import share.system.response.OrderPayResultResponse; import share.system.response.OrderPayResultResponse;
import share.system.response.RechargePayResultResponse;
/** /**
* @Author wwl * @Author wwl
......
...@@ -20,12 +20,10 @@ import share.common.exception.base.BaseException; ...@@ -20,12 +20,10 @@ import share.common.exception.base.BaseException;
import share.common.utils.BaseUtil; import share.common.utils.BaseUtil;
import share.common.utils.DateUtil; import share.common.utils.DateUtil;
import share.common.utils.JsonConvertUtil; import share.common.utils.JsonConvertUtil;
import share.system.domain.Recharge;
import share.system.domain.SConsumerToken; import share.system.domain.SConsumerToken;
import share.system.domain.SOrder; import share.system.domain.SOrder;
import share.system.domain.vo.*; import share.system.domain.vo.*;
import share.system.response.OrderPayResultResponse; import share.system.response.OrderPayResultResponse;
import share.system.response.RechargePayResultResponse;
import share.system.service.*; import share.system.service.*;
import share.system.util.WxPayUtil; import share.system.util.WxPayUtil;
...@@ -56,8 +54,8 @@ public class OrderPayServiceImpl implements OrderPayService { ...@@ -56,8 +54,8 @@ public class OrderPayServiceImpl implements OrderPayService {
@Autowired @Autowired
private SaobeiService saobeiService; private SaobeiService saobeiService;
@Autowired // @Autowired
private RechargeService rechargeService; // private RechargeService rechargeService;
/** /**
* 获取域名 * 获取域名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment