mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2026-03-22 05:07:17 +08:00
修复:微信公众号菜单添加跳转小程序失败
This commit is contained in:
@@ -40,6 +40,8 @@ public interface MpMenuConvert {
|
||||
@Mappings({
|
||||
@Mapping(source = "menuKey", target = "key"),
|
||||
@Mapping(source = "children", target = "subButtons"),
|
||||
@Mapping(source = "miniProgramAppId", target = "appId"),
|
||||
@Mapping(source = "miniProgramPagePath", target = "pagePath"),
|
||||
})
|
||||
WxMenuButton convert(MpMenuSaveReqVO.Menu bean);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user