| _token | 必须 |
| accountId | 参数0 | 可选 | Integer | |
| accountFrom | 参数1 | 可选 | String | |
| menuKeys | 参数2 | 可选 | List<String> | |
| application | 参数3 | 可选 | String |
sdk.RolePermissionApi().updateRoleMenu({
accountId:"" ,
accountFrom:"" ,
menuKeys:{} // List 对象 ,
application:""
}).then(function(result) {
alert("success");
}
);