init
This commit is contained in:
16
DouyinApi.Model/ViewModels/WeChatQRDto.cs
Normal file
16
DouyinApi.Model/ViewModels/WeChatQRDto.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DouyinApi.Model.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// 微信二维码预装信息DTO
|
||||
/// </summary>
|
||||
public class WeChatQRDto
|
||||
{
|
||||
public int expire_seconds { get; set; }
|
||||
public string action_name { get; set; }
|
||||
public WeChatQRActionDto action_info { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user