commit
f71fe6f4cd
@ -778,11 +778,12 @@ public class WechatAppletController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return AjaxResult.success(result);
|
return AjaxResult.success(result);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询打卡社区
|
* 查询打卡社区
|
||||||
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getCommunityPunch")
|
@GetMapping("/getCommunityPunch")
|
||||||
@ -801,6 +802,7 @@ public class WechatAppletController extends BaseController {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 修改健康减脂宣言
|
* 修改健康减脂宣言
|
||||||
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@PostMapping("/updateHealthManifesto")
|
@PostMapping("/updateHealthManifesto")
|
||||||
@ -823,6 +825,7 @@ public class WechatAppletController extends BaseController {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取个人中心数据(健康宣言、消息条数、打卡社区总打卡次数、打卡次数)
|
* 获取个人中心数据(健康宣言、消息条数、打卡社区总打卡次数、打卡次数)
|
||||||
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getCustomerCenterInfo")
|
@GetMapping("/getCustomerCenterInfo")
|
||||||
@ -857,6 +860,7 @@ public class WechatAppletController extends BaseController {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取需要在小程序展示的Banner图
|
* 获取需要在小程序展示的Banner图
|
||||||
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getShowBannerImage")
|
@GetMapping("/getShowBannerImage")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user