| | |
| | | import com.java110.utils.util.PayUtil; |
| | | import com.java110.vo.ResultVo; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpStatus; |
| | | import org.springframework.http.ResponseEntity; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | /** |
| | | * 微信支付 |
| | | */ |
| | | @Service |
| | | public class QrCodeWechatPaymentAdapt implements IQrCodePaymentSMO { |
| | | private static Logger logger = LoggerFactory.getLogger(QrCodeWechatPaymentAdapt.class); |
| | | |