记得上下班打卡 | git大法好,push需谨慎

Commit 1cbaad35 authored by wangyifan's avatar wangyifan

福袋补充需求:核验权限、兑换码详情接口

parent eb2695ea
...@@ -34,7 +34,7 @@ public class KylinLuckyBagController { ...@@ -34,7 +34,7 @@ public class KylinLuckyBagController {
@GetMapping("/scope") @GetMapping("/scope")
@ApiOperation("获取福袋权益列表") @ApiOperation("获取验码福袋列表")
public ResponseDto<List<KylinLuckyBagScopeVo>> getLuckyBagListScope(@RequestParam(value = "mobile") String mobile, public ResponseDto<List<KylinLuckyBagScopeVo>> getLuckyBagListScope(@RequestParam(value = "mobile") String mobile,
@RequestParam(value = "performanceId", required = false) String performanceId){ @RequestParam(value = "performanceId", required = false) String performanceId){
return ResponseDto.success(luckyBagService.getLuckyBagListScope(mobile, performanceId)); return ResponseDto.success(luckyBagService.getLuckyBagListScope(mobile, performanceId));
......
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