Merge pull request #37 from fanhousanbu/master

Update XxlRestfulServiceHandler.cs
pull/38/head
xuanye wong 3 years ago committed by GitHub
commit e7adc08b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/DotXxlJob.Core/XxlRestfulServiceHandler.cs

@ -106,7 +106,7 @@ namespace DotXxlJob.Core
{ {
bodyText = await reader.ReadToEndAsync(); bodyText = await reader.ReadToEndAsync();
} }
return bodyText; return bodyText??string.Emppty;
} }
#region rpc service #region rpc service

Loading…
Cancel
Save