Skip to content

Commit 4577081

Browse files
committed
#3 增加上传失败时的提示
1 parent b61f415 commit 4577081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/ResizingClient/UploadResult.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ public class UploadResult
1010
public string FormatUrl { get; set; }
1111
[JsonProperty("raw")]
1212
public string RawUrl { get; set; }
13+
[JsonProperty("message")]
14+
public string Message { get; set; }
1315
}
1416
}

0 commit comments

Comments
 (0)