init
This commit is contained in:
14
DouyinApi.Model/ViewModels/WeChatOpenIDsDto.cs
Normal file
14
DouyinApi.Model/ViewModels/WeChatOpenIDsDto.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DouyinApi.Model.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// 微信OpenID列表Dto
|
||||
/// </summary>
|
||||
public class WeChatOpenIDsDto
|
||||
{
|
||||
public List<string> openid { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user