答案 0 :(得分:1)
如果您可以/想要使用其他REST库,我可以查看https://github.com/jasonkneen/RESTe库
,我从未使用过该库我将此用于所有API调用,您可以使用它来发布任何数据。
api.postData({
body: {
text: "Test data",
file: Ti.Filesystem.getFile().read()
}
}, function(data) {
// response data
});
它还有一些模型/收藏助手: https://github.com/jasonkneen/RESTe#alloy-collections-and-model-support