문제

모바일 앱 프로젝트에 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);
}
.

사전에 많은 감사합니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top