修复合并错误

This commit is contained in:
huangdeliang 2021-07-14 18:25:57 +08:00
parent ab291f3032
commit 7059bc998b

View File

@ -778,11 +778,12 @@ public class WechatAppletController extends BaseController {
}
}
return AjaxResult.success(result);
}*/
}
/**
* 查询打卡社区
*
* @return
*/
@GetMapping("/getCommunityPunch")
@ -794,6 +795,7 @@ public class WechatAppletController extends BaseController {
/**
* 修改健康减脂宣言
*
* @return
*/
@PostMapping("/updateHealthManifesto")
@ -816,6 +818,7 @@ public class WechatAppletController extends BaseController {
/**
* 获取个人中心数据健康宣言消息条数打卡社区总打卡次数打卡次数
*
* @return
*/
@GetMapping("/getCustomerCenterInfo")
@ -850,6 +853,7 @@ public class WechatAppletController extends BaseController {
/**
* 获取需要在小程序展示的Banner图
*
* @return
*/
@GetMapping("/getShowBannerImage")