| accountId | 参数0 | 可选 | Integer | |
| permissionKey | 参数1 | 可选 | String | |
| accountFrom | 参数2 | 可选 | String | |
| page | 参数3 | 可选 | Page |
sdk.AccountApi().listByPermissionKey({
accountId:"" ,
permissionKey:"" ,
accountFrom:"" ,
page:{} // Page 对象
}).then(function(result) {
alert("success");
}
);