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