()
| 66 | |
| 67 | // 获取人信息 |
| 68 | async getInfo() { |
| 69 | let s = await this.http('https://api.aliyundrive.com/v2/databox/get_personal_info'); |
| 70 | return s |
| 71 | } |
| 72 | |
| 73 | // 列出文件 |
| 74 | async list(parent_file_id = 'root', limit = 200, order_by = 'name', order_direction = 'ASC', marker = null, list = []) { |