Update Ali
This commit is contained in:
parent
a07aef3836
commit
26e979702b
|
|
@ -131,6 +131,7 @@ public class Ali {
|
|||
JSONObject body = new JSONObject();
|
||||
body.put("share_id", shareId);
|
||||
body.put("parent_file_id", folder.getId());
|
||||
body.put("limit", 200);
|
||||
body.put("order_by", "name");
|
||||
body.put("order_direction", "ASC");
|
||||
String json = post("adrive/v3/file/list", body, shareToken);
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
50312162df32af94104285e780c504fe
|
||||
31c827630ca9bb126c47afcc01279dc0
|
||||
|
|
|
|||
Loading…
Reference in New Issue