| _app_key [?] | 必须 | |
| _app_secret | 必须 | |
| _token | 非必须 |
| platformAccountRoles | 参数0 | 可选 | List<PlatformAccountRole> |
sdk.PlatformAccountRoleService().insertBatchIgnoreNull({
platformAccountRoles:{} // List 对象
}).then(function(result) {
alert("success");
}
);