接口方法

Index > PlatformAccountService > searchByNameAndRoleKey

说明:

InterfaceName: PlatformAccountService

MethodName: searchByNameAndRoleKey

ReturnType: List<PlatformAccount>

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

parameters :

appKey 参数0 可选 String
name 参数1 可选 String
roleKey 参数2 可选 String
offset 参数3 可选 Integer
limit 参数4 可选 Integer




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