getLyric

Retrieves the download link for the lyrics of a music resource.

public abstract String getLyric(long songCode, int lyricType);

Parameters

songCode
The identifier of the music resource.
lyricType
The format type of the lyrics:
  • 0: XML format.
  • 1: LRC format.

Return Values

  • If the method call succeeds, returns the requestId that uniquely identifies the request.
  • If the method call fails, returns an empty string.