fix: Onedrive token encoding error in some case

This commit is contained in:
HFO4 2018-09-13 16:49:26 +08:00
parent c2a05d3f6c
commit 55ea76e35e
3 changed files with 9 additions and 8 deletions

View file

@ -305,7 +305,7 @@ class UploadHandler extends Model{
return $this->getLocalToken();
break;
case 'onedrive':
return $this->getLocalToken();
return 'nazGTT91tboaLWBC549$:tHSsNyTBxoV4HDfELJeKH1EUmEY=:eyJjYWxsYmFja0JvZHkiOiJ7XCJwYXRoXCI6XCJcIn0iLCJjYWxsYmFja0JvZHlUeXBlIjoiYXBwbGljYXRpb25cL2pzb24iLCJzY29wZSI6ImMxNjMyMTc3LTQ4NGEtNGU1OS1hZDBhLWUwNDc4ZjZhY2NjZSIsImRlYWRsaW5lIjoxNTM2ODMxOTEwfQ==';
break;
case 'oss':
return $this->getOssToken();

View file

@ -1 +1 @@
{"type":"","version":"1.0.3","version_id":4,"db_version":2}
{"type":"","version":"1.1.0","version_id":5,"db_version":3}

File diff suppressed because one or more lines are too long