mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
10 lines
249 B
C#
10 lines
249 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /xpay/start_publish_goods 接口的响应。</para>
|
|
/// </summary>
|
|
public class XPayStartPublishGoodsResponse : WechatApiResponse
|
|
{
|
|
}
|
|
}
|