暂时关闭兑换奖品接口
This commit is contained in:
parent
92b2d2eb7d
commit
4f21e0af7b
|
|
@ -44,8 +44,9 @@ public class AppUserPrizeExchangeController {
|
||||||
@PostMapping("/exchange")
|
@PostMapping("/exchange")
|
||||||
@ApiOperation("兑换")
|
@ApiOperation("兑换")
|
||||||
public Result exchange(@RequestAttribute("userId") Long userId, @RequestBody UserPrizeExchange entity) {
|
public Result exchange(@RequestAttribute("userId") Long userId, @RequestBody UserPrizeExchange entity) {
|
||||||
userPrizeExchangeService.exchange(userId, entity);
|
//userPrizeExchangeService.exchange(userId, entity);
|
||||||
return Result.success();
|
//return Result.success();
|
||||||
|
return Result.error("奖品正在路上,请耐心等待");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Login
|
@Login
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue