mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
Merge pull request #335 from freesme/master-fix-#330wx-mini-jump-failed
修复:微信公众号菜单添加跳转小程序失败
This commit is contained in:
commit
0cb7d8a29a
@ -40,6 +40,8 @@ public interface MpMenuConvert {
|
|||||||
@Mappings({
|
@Mappings({
|
||||||
@Mapping(source = "menuKey", target = "key"),
|
@Mapping(source = "menuKey", target = "key"),
|
||||||
@Mapping(source = "children", target = "subButtons"),
|
@Mapping(source = "children", target = "subButtons"),
|
||||||
|
@Mapping(source = "miniProgramAppId", target = "appId"),
|
||||||
|
@Mapping(source = "miniProgramPagePath", target = "pagePath"),
|
||||||
})
|
})
|
||||||
WxMenuButton convert(MpMenuSaveReqVO.Menu bean);
|
WxMenuButton convert(MpMenuSaveReqVO.Menu bean);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user