| appKey | 参数0 | 可选 | String | |
| accountId | 参数1 | 可选 | Integer | |
| accountToken | 参数2 | 可选 | String |
sdk.PermissionApi().listByAppKeyAndAccountId({
appKey:"" ,
accountId:"" ,
accountToken:""
}).then(function(result) {
alert("success");
}
);