Skip to content

Commit

Permalink
修改 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Oct 16, 2018
1 parent 5cd743e commit 7984950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function getObjectUrl() {
Expires: 60,
Sign: true,
}, function (err, data) {
logger.log(err || data);
logger.log(err || data && data.Url);
});
logger.log(url);
}
Expand Down

0 comments on commit 7984950

Please sign in to comment.