Files
juipnet/Infrastructure/WxApi/Response/CreateQrcodeResponse.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

10 lines
223 B
C#

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