mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-15 04:48:16 +08:00
10 lines
244 B
C#
10 lines
244 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /cgi-bin/menu/create 接口的响应。</para>
|
|
/// </summary>
|
|
public class CgibinMenuCreateResponse : WechatWorkResponse
|
|
{
|
|
}
|
|
}
|