10 lines
214 B
C#
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; }
|
|
}
|
|
} |