|
|
@@ -1,9 +1,7 @@
|
|
|
package com.zhongshu.payment.server.core.pay;
|
|
|
|
|
|
-import com.github.microservice.core.helper.ApplicationContextHolder;
|
|
|
-import com.github.microservice.models.type.PaymentType;
|
|
|
+import com.github.microservice.types.payment.PaymentType;
|
|
|
import com.github.microservice.net.ResultContent;
|
|
|
-import com.github.microservice.net.ResultMessage;
|
|
|
import com.github.microservice.pay.params.BasePayParam;
|
|
|
import com.zhongshu.payment.client.pay.service.BasePayService;
|
|
|
import com.zhongshu.payment.client.payModel.balance.BalanceModel;
|
|
|
@@ -11,10 +9,8 @@ import com.zhongshu.payment.client.payModel.balance.BalanceQueryParam;
|
|
|
import com.zhongshu.payment.client.payModel.commn.CreateOrderParam;
|
|
|
import com.zhongshu.payment.client.pay.service.OrderPayFeignService;
|
|
|
import com.zhongshu.payment.server.core.dao.ExecuteMethodInfoDao;
|
|
|
-import com.zhongshu.payment.server.core.domain.pay.unionFrictionlessPay.ExecuteMethodInfo;
|
|
|
import com.zhongshu.payment.server.core.utils.CommonUtil;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
-import org.apache.commons.lang3.ObjectUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.context.ApplicationContext;
|
|
|
import org.springframework.stereotype.Service;
|