Commit e97daead by Administrator

Merge branch 'feature/1003798' into 'master'

feat: [1003798] 小程序流程优化-跳转小程序不过首页闪屏

See merge request rays/pcloud-book!1022
parents 219dc8d7 842a4782
...@@ -5917,6 +5917,9 @@ public class BookGroupBizImpl implements BookGroupBiz { ...@@ -5917,6 +5917,9 @@ public class BookGroupBizImpl implements BookGroupBiz {
} }
} }
Map<String, Object> map = this.getBookBaseInfo4Applet(adviserId, channelId, bookId); Map<String, Object> map = this.getBookBaseInfo4Applet(adviserId, channelId, bookId);
map.put("bookId", bookId);
map.put("adviserId", adviserId);
map.put("channelId", channelId);
return map; return map;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment