Files
juipnet/Infrastructure/WxApi/Response/CreateQrcodeResponse.cs
“wanyongkang” 40a40b6d36 忽略
2020-12-28 14:55:48 +08:00

10 lines
214 B
C#

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