Commit 83cc9a78 by 田超

Merge branch 'fixbug/conflicts' into 'master'

bug: [none] 解决冲突

See merge request rays/pcloud-book!1262
parents ad1f5b03 496da522
......@@ -421,13 +421,6 @@ public class RightsSettingFacede {
return new ResponseDto<>(rightsSettingBiz.getAllRightsClassifyNew());
}
@ApiOperation("处理权益模块旧数据")
@PostMapping("handleRightsSettingOld")
public ResponseDto<?> handleRightsSettingOld(@RequestBody List<Long> rightsSettingIdList){
rightsSettingBiz.handleRightsSettingOld(rightsSettingIdList);
return new ResponseDto<>();
}
@ApiOperation("小程序本书服务页 - 获取是否配置了读书卡片")
@GetMapping("/getBookCardId4Book")
public ResponseDto<Map<String,Object>> getBookCardId4Book(@RequestParam("bookId") Long bookId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment