yangdamao 2 år sedan
förälder
incheckning
c7e041d381

+ 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);
         }