mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
13 lines
317 B
C#
13 lines
317 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// <para>表示 [POST] /cgi-bin/midas/sandbox/present 接口的请求。</para>
|
|||
|
/// </summary>
|
|||
|
public class CgibinMidasSandboxPresentRequest : CgibinMidasPresentRequest
|
|||
|
{
|
|||
|
}
|
|||
|
}
|