初始提交
This commit is contained in:
10
Infrastructure/WxApi/Response/CreateQrcodeResponse.cs
Normal file
10
Infrastructure/WxApi/Response/CreateQrcodeResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Hncore.Wx.Open
|
||||
{
|
||||
public class CreateQrcodeResponse : ResponseBase
|
||||
{
|
||||
public string ticket { get; set; }
|
||||
public string url { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user