mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-17 19:19:55 +08:00
10 lines
356 B
C#
10 lines
356 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /wxa/get_webviewdomain_confirmfile 接口的请求。</para>
|
|
/// </summary>
|
|
public class WxaGetWebviewDomainConfirmFileRequest : WechatApiRequest, IInferable<WxaGetWebviewDomainConfirmFileRequest, WxaGetWebviewDomainConfirmFileResponse>
|
|
{
|
|
}
|
|
}
|