接口方法

Index > PermissionApi > listByAppKeyAndResourceAndAccountId

说明:

InterfaceName: PermissionApi

MethodName: listByAppKeyAndResourceAndAccountId

ReturnType: List<Permission>

parameters :

appKey 参数0 可选 String
resourceType 参数1 可选 String
resourceId 参数2 可选 Integer
accountId 参数3 可选 Integer
accountToken 参数4 可选 String




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