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