ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/service/impl/shop/ShopStaffServiceImpl.java
@@ -90,7 +90,7 @@ merStaffInfoVo.setShopCodeUrl(shop.getShopCode()); }else{ CodeGetDto codeGetDto = new CodeGetDto(); String url = "https://wxapp.hhhrt.cn/mini/activity?activityId="+shop.getShopId(); String url = "https://wxapp.hhhrt.cn/mini/shop?shopId="+shop.getShopId(); codeGetDto.setUrl(url); codeGetDto.setFileName("shop-"+shop.getShopId()); String codeUrl = remoteFileService.getAppOrderTotal(codeGetDto).getData();