Skip to content

API Reference

The plugin provides the following API endpoints for credential management:

Generate Login QR Code

http
GET /api/get_qrcode/{type}
ParameterDescription
typeLogin method: qq / wx / mobile

Check Credential Status

http
GET /api/credential/status

Returns whether the current credential is valid.

Refresh Credential

http
POST /api/credential/refresh

Refresh the current credential's validity period.

Get Credential Info

http
GET /api/credential/info

Returns detailed information about the current credential.

Version History

VersionChanges
v2.1.1Migrated API library locally, added mobile client login support, updated web interface
v2.1.0Added music card sending
v2.0.6Fixed cover retrieval failure for songs without album
v2.0.5Added auto credential refresh, changed plugin to Agent method
v2.0.4Added cover toggle option
v2.0.3Added web interface for credential management

For learning and research purposes only