mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 04:43:02 +00:00
蓝奏云API 域名改为wwsd.lanzoue.com
This commit is contained in:
@@ -66,7 +66,7 @@ public class ServerApi {
|
|||||||
|
|
||||||
@RouteMapping(value = "/json/lz/:id", method = RouteMethod.GET)
|
@RouteMapping(value = "/json/lz/:id", method = RouteMethod.GET)
|
||||||
public JsonResult<String> lzParseJson(HttpServerResponse response, String id) throws Exception {
|
public JsonResult<String> lzParseJson(HttpServerResponse response, String id) throws Exception {
|
||||||
var url = "https://wwa.lanzoux.com/" + id;
|
var url = "https://wwsd.lanzoue.com/" + id;
|
||||||
var urlDownload = LzTool.parse(url);
|
var urlDownload = LzTool.parse(url);
|
||||||
log.info("url = {}", urlDownload);
|
log.info("url = {}", urlDownload);
|
||||||
return JsonResult.data(urlDownload);
|
return JsonResult.data(urlDownload);
|
||||||
|
|||||||
Reference in New Issue
Block a user