2022-01-14 14:37:52 +08:00
|
|
|
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
2021-05-28 19:23:28 +08:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// <para>表示 [GET] /merchant/shelf/getall 接口的请求。</para>
|
|
|
|
|
/// </summary>
|
|
|
|
|
public class MerchantShelfGetAllRequest : WechatApiRequest
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|