接口方法

Index > PermissionApi > listByAccountId

说明:

InterfaceName: PermissionApi

MethodName: listByAccountId

ReturnType: PageModel<Permission>

parameters :

accountId 参数0 可选 Integer
accountFrom 参数1 可选 String
page 参数2 可选 Page
accountToken 参数3 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PermissionApi().listByAccountId({
        accountId:"" , 
        accountFrom:"" , 
        page:{} // Page 对象  , 
        accountToken:"" 
    }).then(function(result) {
            alert("success");
        }
    );