using System.Collections.Generic;
namespace Hncore.Wx.Open
{
public class CreateQrcodeResponse : ResponseBase
public string ticket { get; set; }
public string url { get; set; }
}