接口方法

Index > PlatformRoleService > listByPermissionName

说明:

InterfaceName: PlatformRoleService

MethodName: listByPermissionName

ReturnType: List<PlatformRole>

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

parameters :

permissionName 参数0 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PlatformRoleService().listByPermissionName({
        permissionName:"" 
    }).then(function(result) {
            alert("success");
        }
    );