| | |
| | | * @param shopTotalChangeDto |
| | | * @return R |
| | | */ |
| | | @PostMapping("/changeShopTotal") |
| | | @PostMapping("/shop/changeShopTotal") |
| | | public R changeShopTotal(@RequestBody ShopTotalChangeDto shopTotalChangeDto); |
| | | |
| | | /** |
| | |
| | | * @param userId |
| | | * @return R<MemberTaskSimpleVo> |
| | | */ |
| | | @PostMapping("/member/getLastMemberTask") |
| | | @PostMapping("/shop/getLastMemberTask") |
| | | public R<MemberTaskSimpleVo> getLastMemberTask(@RequestBody Long userId); |
| | | |
| | | /** |
| | |
| | | * @date 2023/7/3 17:26 |
| | | * @return R<List<Long>> |
| | | */ |
| | | @PostMapping("/listShopIdByShopId") |
| | | @PostMapping("/shop/listShopIdByShopId") |
| | | public R<List<Long>> listShopIdByShopId(@RequestBody Long shopId); |
| | | |
| | | /** |
| | |
| | | * @param |
| | | * @return R<Integer> |
| | | */ |
| | | @PostMapping("/getUnReplaySuggestVo") |
| | | @PostMapping("/shop/getUnReplaySuggestVo") |
| | | public R<Integer> getUnReplaySuggestVo(); |
| | | |
| | | /** |
| | | * @description 获取商户营销状态 |
| | | * @author jqs |
| | | * @date 2023/7/7 14:05 |
| | | * @param shopId |
| | | * @return R<Integer> |
| | | */ |
| | | @PostMapping("/shop/getShopMarketingStatus") |
| | | public R<Integer> getShopMarketingStatus(@RequestBody Long shopId); |
| | | } |