【发布时间】:2014-01-09 08:22:19
【问题描述】:
我将 IBM worklight 6.1 用于我的移动应用程序项目。我的问题是如何在适配器中发送帖子值?
function getUsername(userAlias,locale) {
path = "rest-rib/service/Login/login_username";
var input = {
method : 'post',
returnedContentType : 'json',
path : path
};
return WL.Server.invokeHttp(input);
}
非常感谢。
【问题讨论】:
-
有什么特别的东西不起作用...?您的问题不完整。
标签: ibm-mobilefirst worklight-adapters