init
This commit is contained in:
11
DouyinApi.Model/ViewModels/TestRestSharpPostDto.cs
Normal file
11
DouyinApi.Model/ViewModels/TestRestSharpPostDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DouyinApi.Model.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// 用来测试 RestSharp Post 请求
|
||||
/// </summary>
|
||||
public class TestRestSharpPostDto
|
||||
{
|
||||
public bool success { get; set; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user