接口方法

Index > PlatformRoleService > listByAccountId_2

说明:

InterfaceName: PlatformRoleService

MethodName: listByAccountId_2

ReturnType: List<PlatformRole>

_app_key [?] 必须
_app_secret 必须
_token 非必须

parameters :

accountId 参数0 可选 Number
offset 参数1 可选 Integer
limit 参数2 可选 Integer




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PlatformRoleService().listByAccountId_2({
        accountId:{} // Number 对象  , 
        offset:"" , 
        limit:"" 
    }).then(function(result) {
            alert("success");
        }
    );