接口方法

Index > PlatformAccountRoleService > insertBatchIgnoreNull

说明:

InterfaceName: PlatformAccountRoleService

MethodName: insertBatchIgnoreNull

ReturnType: Integer

_app_key [?] 必须
_app_secret 必须
_token 非必须

parameters :

platformAccountRoles 参数0 可选 List<PlatformAccountRole>




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.PlatformAccountRoleService().insertBatchIgnoreNull({
        platformAccountRoles:{} // List 对象  
    }).then(function(result) {
            alert("success");
        }
    );