接口方法

Index > PermissionApi > listByAppKeyAndAccountId

说明:

InterfaceName: PermissionApi

MethodName: listByAppKeyAndAccountId

ReturnType: List<Permission>

parameters :

appKey 参数0 可选 String
accountId 参数1 可选 Integer
accountToken 参数2 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PermissionApi().listByAppKeyAndAccountId({
        appKey:"" , 
        accountId:"" , 
        accountToken:"" 
    }).then(function(result) {
            alert("success");
        }
    );