Administrator
3 days ago 4dccd9bc880232208a6eb4af5327c9c95e4db643
src/main/java/cc/mrbird/febs/pay/service/impl/XcxPayServiceImpl.java
@@ -439,9 +439,11 @@
     * @return
     */
    //图片上传路径
            // todo 上线修改图片上传路径
    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";
            // todo 上线修改图片上传路径
        String urlPrefix="https://hcres.csxuncong.com/wxcode";
        String imgPath=IMG_UPLOAD_PATH+imgName;
        if(!FileUtil.exist(imgPath)){