事务用法
try {
DB::beginTransaction();
# todo code
if($error)
{
throw new ApiException(ApiException::CHECK_PARAM_CO