WoPan
Please read the following notes carefully
This interface is a reverse-engineered interface based on legacy products. The project team will not actively maintain it. Please do not submit any issues regarding fixes or further reverse engineering requests for this driver.
请仔细阅读注意事项
本接口是基于历史产物的逆向接口,项目组不会主动进行维护,请勿针对此驱动提出有关于任何修复或进行进一步逆向行为需求的issue。
GetToken
获取令牌
TIP
The difference between the two token acquisition methods:
Method 1: Token valid for seven days Logging in to the web version of China Unicom Cloud Drive will disconnect and invalidate the mount point on OpenList’s side. However, logging in to the mobile version is fine, and thereby you can have both open simultaneously.
Method 2: Token valid for two months There isn’t any problem to log into the Unicom Cloud Drive. However, it will be kicked off if you log in on the mobile side.
TIP
两个令牌获取方法的区别:
方法1:令牌有效期为七天,如果登录网页端的联通云盘会将OpenList挂载的踢下线导致失效,登录手机端没问题,不会被踢下线,可以同时并存。
方法2:令牌有效期为两个月,登录网页端的联通云盘没问题,如果登录手机端则会将OpenList挂载的踢下线导致失效。
Method 1
方法一
- Open developer tools
- Open the official website https://pan.wo.cn/ to log in
- Find the request with this content:
- Find the token in the response:
- 打开开发者工具
- 打开官网 https://pan.wo.cn/ 登录
- 找到请求内容为这个的请求:
- 在响应中找到token:
Method 2
方法二
- Open developer tools
- Open the official website https://panservice.mail.wo.cn/h5/wocloud_ai/login to login
- Find the Apps tab in Developer Tools and select Session Storage:
- Follow the arrows in the diagram to find the
Refresh Token
and theAccess Token
- 打开开发者工具
- 打开官网 https://panservice.mail.wo.cn/h5/wocloud_ai/login 登录
- 在开发者工具中找到应用选项卡,并选择会话存储空间:
- 根据图中箭头指引找到
刷新令牌
和访问令牌
Root folder ID
根文件夹ID
- Personal cloud::0
- Single folder ID:Unknown (wait for replenishment)
- Family cloud:Unknown (wait for replenishment)
- Family cloud Single folder ID:Unknown (wait for replenishment)
- 个人云:0
- 单独文件夹ID:未知(后续补充)
- 家庭云:未知(后续补充)
- 家庭云单独文件夹ID:未知(后续补充)
Type
类型
Personal cloud:Put the family ID
blank is the personal cloud Family cloud:add Family ID
Unknown (wait for replenishment)
个人云:将Family ID
空着就是个人云 家庭云:填写Family ID
未知(后续补充)
OpenList fill in examples:
OpenList挂载填写示例:
Data obtained by using tools Refresh_token Fill in the refresh token
, Access_token fills in access_token
将使用工具获取的 refresh_token填入刷新令牌
,access_token填入访问令牌