This commit is contained in:
六如
2024-12-02 23:03:25 +08:00
parent c0cfdbafd9
commit 942826f4b0
107 changed files with 247 additions and 3432 deletions

View File

@@ -3,7 +3,7 @@ using Newtonsoft.Json;
namespace SDKCSharp.Response
{
public class GetStoryResponse: BaseResponse
public class GetStoryResponse
{
[JsonProperty("id")]
public int Id { get; set; }