mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 16:50:43 +08:00
10 lines
249 B
C#
10 lines
249 B
C#
![]() |
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// <para>表示 [POST] /generatereport/{TOKEN} 接口的响应。</para>
|
|||
|
/// </summary>
|
|||
|
public class GenerateReportResponse : WechatOpenAIResponse
|
|||
|
{
|
|||
|
}
|
|||
|
}
|