接口方法

Index > RoleApi > listPlatformRole

说明:

InterfaceName: RoleApi

MethodName: listPlatformRole

ReturnType: List<PlatformRole>

parameters :

appKey 参数0 可选 String
offset 参数1 可选 Integer
limit 参数2 可选 Integer




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.RoleApi().listPlatformRole({
        appKey:"" , 
        offset:"" , 
        limit:"" 
    }).then(function(result) {
            alert("success");
        }
    );