diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-19 17:33:38 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-19 17:33:38 +0800 |
commit | a268999b8c975588c01b345829edfc0099af6f93 (patch) | |
tree | f75fde126094e8310dd9e2588bb9b9e8baa79a3b /Timeline/Models/Http/Common.cs | |
parent | fa2a3282c51d831b25f374803301e75eac15d11c (diff) | |
download | timeline-a268999b8c975588c01b345829edfc0099af6f93.tar.gz timeline-a268999b8c975588c01b345829edfc0099af6f93.tar.bz2 timeline-a268999b8c975588c01b345829edfc0099af6f93.zip |
...
Diffstat (limited to 'Timeline/Models/Http/Common.cs')
-rw-r--r-- | Timeline/Models/Http/Common.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Models/Http/Common.cs b/Timeline/Models/Http/Common.cs index af185e85..83e6a072 100644 --- a/Timeline/Models/Http/Common.cs +++ b/Timeline/Models/Http/Common.cs @@ -38,7 +38,7 @@ namespace Timeline.Models.Http Message = message;
}
- public int Code { get; set; }
+ public int? Code { get; set; }
public string Message { get; set; }
}
|