Commit bfb33672 authored by liudong1993's avatar liudong1993

1

parent 1b5bcd95
...@@ -21,7 +21,7 @@ namespace OneTwoThreeZeroOne.ContractService{ ...@@ -21,7 +21,7 @@ namespace OneTwoThreeZeroOne.ContractService{
private readonly string _appId; private readonly string _appId;
private readonly string _signKey; private readonly string _signKey;
private static readonly JsonSerializerOptions JsonOptions = new JsonSerializerOptions private readonly JsonSerializerOptions JsonOptions = new JsonSerializerOptions
{ {
PropertyNamingPolicy = JsonNamingPolicy.CamelCase, PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
PropertyNameCaseInsensitive = true, PropertyNameCaseInsensitive = true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment