接口方法

Index > PermissionApi > listByAppKey

说明:

InterfaceName: PermissionApi

MethodName: listByAppKey

ReturnType: List<Permission>

parameters :

appKey 参数0 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PermissionApi().listByAppKey({
        appKey:"" 
    }).then(function(result) {
            alert("success");
        }
    );