mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-17 10:41:58 +08:00
13 lines
299 B
C#
13 lines
299 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /openapi/publish/{TOKEN} 接口的响应。</para>
|
|
/// </summary>
|
|
public class OpenApiPublishResponse : WechatOpenAIResponse
|
|
{
|
|
}
|
|
}
|