stnh70 commited on
Commit
c95e4ef
·
verified ·
1 Parent(s): f21e829

Update thunderapi/thunderapi.ts

Browse files
Files changed (1) hide show
  1. thunderapi/thunderapi.ts +1 -0
thunderapi/thunderapi.ts CHANGED
@@ -1404,6 +1404,7 @@ export class PikPakApi {
1404
  parent_id: parent_id,
1405
  pass_code_token: pass_code_token
1406
  };
 
1407
 
1408
  const url = `https://${PikPakApi.PIKPAK_API_HOST}/drive/v1/share/detail`;
1409
 
 
1404
  parent_id: parent_id,
1405
  pass_code_token: pass_code_token
1406
  };
1407
+ console.log(data)
1408
 
1409
  const url = `https://${PikPakApi.PIKPAK_API_HOST}/drive/v1/share/detail`;
1410