| _app_key [?] | 必须 | |
| _app_secret | 必须 | |
| _token | 非必须 |
| permissionIds | 参数0 | 可选 | List<Integer> | |
| accountId | 参数1 | 可选 | Integer | |
| from | 参数2 | 可选 | AccountFromEnum |
sdk.PlatformPermissionService().insertAccountPermission({
permissionIds:{} // List 对象 ,
accountId:"" ,
from:{} // AccountFromEnum 对象
}).then(function(result) {
alert("success");
}
);