歌曲页面 增加 歌手页地址
This commit is contained in:
@@ -44,7 +44,7 @@ public class TbShopSongController {
|
|||||||
}
|
}
|
||||||
Map<String, Object> stringObjectMap = tbShopSongService.queryAll(criteria);
|
Map<String, Object> stringObjectMap = tbShopSongService.queryAll(criteria);
|
||||||
stringObjectMap.put("songUrl",code);
|
stringObjectMap.put("songUrl",code);
|
||||||
return new ResponseEntity<>(tbShopSongService.queryAll(criteria), HttpStatus.OK);
|
return new ResponseEntity<>(stringObjectMap, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("createUrl")
|
@PostMapping("createUrl")
|
||||||
|
|||||||
Reference in New Issue
Block a user