Skip to content

Commit

Permalink
Merge pull request #335 from freesme/master-fix-#330wx-mini-jump-failed
Browse files Browse the repository at this point in the history
修复:微信公众号菜单添加跳转小程序失败
  • Loading branch information
YunaiV committed Sep 3, 2023
2 parents a1f6826 + dac0d2d commit 0cb7d8a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0cb7d8a

Please sign in to comment.