xiaoyong931011
2023-07-26 42af95aa3ff2846f391be00f3b792f85eaaad644
src/main/java/cc/mrbird/febs/pay/util/WechatEventUtil.java
@@ -268,7 +268,7 @@
     * @return
     */
    //图片上传路径
    public  static  final String IMG_UPLOAD_PATH="/home/javaweb/webresource/ywg/wxcode";
    public  static  final String IMG_UPLOAD_PATH="/home/javaweb/webresource/ywg/h5/wxcode";
    public String getQRcode(String ticket) {
        String SHOW_QRCODE_URL = "https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=TICKET";
@@ -276,7 +276,7 @@
        String randomNum = MallUtils.getRandomNum(5);
        String imgName="/user_" + randomNum + "_acode_1.jpg";
        String urlPrefix="https://ywgpzapi.meiao.biz/ywg/wxcode";
        String urlPrefix="https://ywgouth.meiao.biz/wxcode";
        String imgPath=IMG_UPLOAD_PATH+imgName;
        if(!FileUtil.exist(imgPath)){
            try {