mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:19:57 +08:00
10 lines
425 B
C#
10 lines
425 B
C#
namespace SKIT.FlurlHttpClient.Wechat.TenpayBusiness.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [GET] /mse-pay/profit-allocations/receiver-accounts-applications/out_application_id/{out_application_id} 接口的响应。</para>
|
|
/// </summary>
|
|
public class GetProfitAllocationReceiverAccountApplicationByOutApplicationIdResponse : GetProfitAllocationReceiverAccountApplicationByApplicationIdResponse
|
|
{
|
|
}
|
|
}
|