|
@RequestMapping(value="/detail", method = RequestMethod.GET)
|
|
@RequestMapping(value="/detail", method = RequestMethod.GET)
|
|
public Result<Map<String,Object>> getDetail(@RequestParam(name="photoId") Long photoId, @RequestParam(name="userId") Long userId){
|
|
public Result<Map<String,Object>> getDetail(@RequestParam(name="photoId") Long photoId, @RequestParam(name="userId") Long userId){
|