post method

Future<List> post()

批量操作的上限为50个,会分组进行上传

Implementation

Future<List> post() => BmobQueryHelper.batch(this);