Blue played the cloud Download resolve API [straight]

In March, jump no? >>>hot3.png

Introduction

Blue played the cloud Download parsing API play analog blue cloud operations get real download address.

Download: https://www.90pan.com/b1748355  Password: 9zz7

Open Source Address: https://gitee.com/web/lanzou

Software Architecture

1. Support detect whether the file has been canceled

2. Support to share files with a password link but does not support shared folders

3. supports the generation of linear or direct download

4. Support ios application to obtain an address line installation

Instructions for use

url: Blue Cloud played outside the chain link

type: whether direct download value: down

pwd: password outside the chain

(1) internal method call

include('lanzou.clsss.php');
$lz = new lanzou;
$res=$lz->getUrl($url,$pwd);

(2) api call methods

Direct Download: No Password: http://tool.bitefu.net/lanzou/?url=https://www.lanzous.com/xxxx&type=down

Password: http://tool.bitefu.net/lanzou/?url=https://www.lanzous.com/xxxxx&type=down&pwd=1234

Output straight: No Password: http://tool.bitefu.net/lanzou/?url=https://www.lanzous.com/xxxxx

Password: http://tool.bitefu.net/lanzou/?url=https://www.lanzous.com/xxxx&pwd=1234

json returns results (there may be a link with the validity period will not hold up)

{
    "status":1,
    "info":"https://developer5.baidupan.com/032018bb/2018/06/25/4d9f2679fb059aca678eedc64303aaf3.exe?st=Qyeaqvo5yF2g6qOlyT-jNA&e=1584701924&b=VFEOa1Q2BVNWa1JhAj4OZgAeDTgCb1M5BHlfN1UqVDM_c&fi=3892949&up="
}

Participation contribution

Reference open source project: https://github.com/MHanL/LanzouAPI

Published 203 original articles · won praise 13 · Views 150,000 +

Guess you like

Origin blog.csdn.net/ganggang4321/article/details/105008871