NodeJS client for the unofficial Snapchat API
-
Updated
Jan 21, 2019 - JavaScript
Add a description, image, and links to the nodejs-client topic page so that developers can more easily learn about it.
To associate your repository with the nodejs-client topic, visit your repo's landing page and select "manage topics."
fdfs.upload('e:/shou.jpg').then(function(fileId) {
// fileId 为 group + '/' + filename
console.log(fileId);
}).catch(function(err) {
console.error(err);
); //cache function error, no }