chore: 提交被 git 误忽略的文件

This commit is contained in:
Fu Diwei
2021-08-04 13:55:46 +08:00
parent 86e6215c0e
commit 7186b1e513
10 changed files with 375 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /merchant/express/del 接口的响应。</para>
/// </summary>
public class MerchantExpressDeleteResponse : WechatApiResponse
{
}
}