Pu Zhibing
1 天以前 f10a7c29f1a3748b28d2809335625c7888473b26
ruoyi-modules/ruoyi-member/src/main/java/com/ruoyi/member/service/impl/member/MemberServiceImpl.java
@@ -52,6 +52,7 @@
import org.apache.http.HttpResponse;
import org.apache.http.util.EntityUtils;
import org.springframework.stereotype.Service;
import org.springframework.util.Base64Utils;
import org.springframework.util.FileCopyUtils;
import org.springframework.web.multipart.MultipartFile;
@@ -2356,7 +2357,7 @@
    @Override
    public String getWeiXinQrCode(String scene, String path) {
        try {
            File file = wxMaService.getQrcodeService().createWxaCodeUnlimit(scene, path);
            File file = wxMaService.getQrcodeService().createQrcode(path + "?" + scene);
            String url = OBSUploadUtils.uploadLocalFile(file);
            return url;
        } catch (Exception e) {