接口方法

Index > AuthorizeApi > checkIsRightLoginAccount

说明:

InterfaceName: AuthorizeApi

MethodName: checkIsRightLoginAccount

ReturnType: Boolean

parameters :

accountId 参数0 可选 Integer
permissionName 参数1 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.AuthorizeApi().checkIsRightLoginAccount({
        accountId:"" , 
        permissionName:"" 
    }).then(function(result) {
            alert("success");
        }
    );