This folder contains a standalone local API service extracted from the desktop-side Netease API flow.
Run:
API\start-api.batDefault listen address:
- Host:
0.0.0.0 - Port:
1145
Android should use this base URL format:
http://<your-computer-ip>:1145/api/netease
SP_API_HOST: bind host, default0.0.0.0SP_API_PORT: bind port, default1145SP_AMLL_DB_SERVER: TTML lyric source, optional
- This standalone service currently exposes the Netease API route set under
/api/netease/*. - The script depends on the root project's
node_modules.