mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 07:59:44 +08:00
13 lines
331 B
C#
13 lines
331 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /cgi-bin/externalcontact/close_temp_chat 接口的响应。</para>
|
|
/// </summary>
|
|
public class CgibinExternalContactCloseTempChatResponse : WechatWorkResponse
|
|
{
|
|
}
|
|
}
|