Commit bf68cc95 by 陶光胜

导航ext过滤关闭tabbar

parent 9e510114
......@@ -22,7 +22,7 @@ import com.gic.log.api.dto.SystemSetLogDTO;
import com.gic.log.api.service.LogApiService;
import com.gic.marketing.process.api.service.sms.SmsSendApiService;
import com.gic.thirdparty.api.dto.ScanPayReqDataDTO;
import com.gic.thirdparty.api.service.Pay4WxService;
import com.gic.thirdparty.api.service.Pay4WXService;
import org.apache.commons.lang3.StringUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
......@@ -43,7 +43,7 @@ public class WxPayStrategy implements PayStrategy {
private Logger logger = LogManager.getLogger(WxPayStrategy.class);
@Autowired
private Pay4WxService pay4WxService;
private Pay4WXService pay4WxService;
@Autowired
private BillingPayInfoService billingPayInfoService;
@Autowired
......@@ -164,7 +164,7 @@ public class WxPayStrategy implements PayStrategy {
"",
"NATIVE"
);
ServiceResponse<String> serviceResponse = pay4WxService.createPrePaymentOrderForWx(scanPayReqDataDTO);
ServiceResponse<String> serviceResponse = pay4WxService.createPrePaymentOrderForWX(scanPayReqDataDTO);
if (serviceResponse.isSuccess()) {
// 生成支付记录
BillingPayInfoDTO billingPayInfoDTO = new BillingPayInfoDTO();
......
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