Commit 4e580fc1 authored by Quxl's avatar Quxl

x

parent 19fad9d3
package com.egolm.film.api.web.report;
import java.util.Date;
import java.util.List;
import java.util.Map;
......
......@@ -30,13 +30,13 @@ import io.swagger.annotations.ApiOperation;
public class UserReviewController {
@Autowired
private UserTokenService tokenService;
UserTokenService tokenService;
@Autowired
private ReviewService service;
ReviewService service;
@Autowired
private FilmService filmService;
FilmService filmService;
@ResponseBody
@PostMapping("review_list")
......
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