小程序点歌 新增获取正在演唱歌曲接口
This commit is contained in:
@@ -60,6 +60,13 @@ public class ShopSongController {
|
||||
return Result.successWithData(shopSongService.getRecord(openId, page, size, state, isDesc));
|
||||
}
|
||||
|
||||
@GetMapping("/singing")
|
||||
public Result getSinging(
|
||||
@RequestHeader("openId") String openId
|
||||
) {
|
||||
return Result.successWithData(shopSongService.getSinging(openId));
|
||||
}
|
||||
|
||||
|
||||
@PostMapping
|
||||
public Result createOrder(
|
||||
|
||||
Reference in New Issue
Block a user