release- 音乐人注册审核

release-2024-08-08
pikaqiudeshujia 6 months ago
parent a6ee47947c
commit b27a9935c6

@ -86,7 +86,7 @@ public class ArtistController {
@ApiOperation(value = "上一次申请的记录", notes = "上一次申请的记录:申请状态 0-待审批 1-审批通过 2-审批不通过") @ApiOperation(value = "上一次申请的记录", notes = "上一次申请的记录:申请状态 0-待审批 1-审批通过 2-审批不通过")
@GetMapping("/last/apply/record") @GetMapping("/last/apply/record")
public Result<ArtistRegister> lastApplyRecord(@ApiParam(value = "Header中的token信息", required = true) String token) { public Result<ArtistRegister> lastApplyRecord(@ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token) {
return Result.success(artistService.lastApplyResult(token)); return Result.success(artistService.lastApplyResult(token));
} }

Loading…
Cancel
Save