修复合并错误
This commit is contained in:
parent
ab291f3032
commit
7059bc998b
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user