release- 3.15. 记录用户中奖信息已弹出 bug修复

release-2024-04-25
huangyawei 1 month ago
parent 3e7a90efe1
commit c98505b615

@ -427,7 +427,7 @@ public class PointController {
} }
@ApiOperation(value = "3.15. 记录用户中奖信息已弹出", notes = "APP") @ApiOperation(value = "3.15. 记录用户中奖信息已弹出", notes = "APP")
@PostMapping("/app/popup") @PostMapping("/app/popup/{id}")
@GlobalInterceptor(checkAppUserLogin = true) @GlobalInterceptor(checkAppUserLogin = true)
public Result<Void> popup( public Result<Void> popup(
@ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token, @ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token,

Loading…
Cancel
Save