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