1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 23:45:16 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
tdzl2003
2016-04-04 01:04:43 +08:00
parent 9fb15d76a5
commit 9428f2ecb7

View File

@@ -112,7 +112,7 @@ async function uploadFile(fn) {
bar.tick(data.length); bar.tick(data.length);
}) })
request.post({ request.post({
url, realUrl,
formData, formData,
}, (err, resp, body) => { }, (err, resp, body) => {
if (err) { if (err) {