| accountId | 参数0 | 可选 | Integer | |
| accountFrom | 参数1 | 可选 | String | |
| permissionName | 参数2 | 可选 | String |
sdk.AccountPermissionApi().insertAccountPermissionByName({
accountId:"" ,
accountFrom:"" ,
permissionName:""
}).then(function(result) {
alert("success");
}
);