10 回复
request.post({ url: url, json: true, headers: { “content-type”: “application/json” }, body: obj }, function (error, response, body) {
}).pipe(fs.createWriteStream(’/tmp/temp2code.png’))
request.post({ url: url, json: true, headers: { “content-type”: “application/json” }, body: obj }, function (error, response, body) {
}).pipe(fs.createWriteStream(’/tmp/temp2code.png’))