Commit 842a4782 by 朱亚洁

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

parent 219dc8d7
......@@ -5917,6 +5917,9 @@ public class BookGroupBizImpl implements BookGroupBiz {
}
}
Map<String, Object> map = this.getBookBaseInfo4Applet(adviserId, channelId, bookId);
map.put("bookId", bookId);
map.put("adviserId", adviserId);
map.put("channelId", channelId);
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