yangdamao 2 سال پیش
والد
کامیت
c7e041d381
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/WxLoginService.java

+ 1 - 1
zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/WxLoginService.java

@@ -1050,7 +1050,7 @@ public class WxLoginService implements IWxLoginService {
             Long time = bo.getEndTime() - nowTime;
             redisCache.setCacheObjectTenant(key,bo.getGoodsIds(),time.intValue(),TimeUnit.SECONDS);
             //页面路径和参数
-            pageUrl = "/pages5/scan/recommen";
+            pageUrl = "pages5/scan/recommen";
             sceneParam.append("sharekey=").append(nowTime);
         }