类 QrcodeServiceImpl

java.lang.Object
com.ishop.mobile.service.QrcodeServiceImpl

@Service public class QrcodeServiceImpl extends Object
  • 构造器详细资料

    • QrcodeServiceImpl

      @Autowired public QrcodeServiceImpl(org.springframework.web.client.RestTemplate restTemplate)
  • 方法详细资料

    • urlToBase64

      public com.ishop.model.vo.QrCodeVo urlToBase64(String url)
      远程图片转base64
      参数:
      url - 图片链接地址
      返回:
      QrCodeVo