using System; using System.Collections.Generic; using System.Text; namespace Common.Helper.WeChat.Response { public class UnlimitedQrCodeResponse:WeChatResponse { public string ContentType { get; set; } public byte Buffer { get; set; } } }