Administrator
2025-05-27 3b76729ac45f9c9e604e201099799ed8093ba4ac
src/main/java/cc/mrbird/febs/pay/service/impl/XcxPayServiceImpl.java
@@ -441,7 +441,7 @@
    //图片上传路径
    public  static  final String IMG_UPLOAD_PATH="/home/javaweb/webresource/upload/wxcode";
    public  String generateAcode(String scene,String path,String imgName,String width, Integer type){
        String urlPrefix="http://hcres.csxuncong.com/wxcode";
        String urlPrefix="https://hcres.csxuncong.com/wxcode";
        String imgPath=IMG_UPLOAD_PATH+imgName;
        if(!FileUtil.exist(imgPath)){