接口方法

Index > PermissionApi > listByAppId

说明:

InterfaceName: PermissionApi

MethodName: listByAppId

ReturnType: PageModel<Permission>

parameters :

appId 参数0 可选 Integer
page 参数1 可选 Page




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