using PaySharp.Core.Request; namespace PaySharp.Wechatpay.Response { public class CloseResponse : BaseResponse { internal override void Execute(Merchant merchant, Request request) { } } }