油漆
This commit is contained in:
13
server/ZR.Common/Model/WxTokenResult.cs
Normal file
13
server/ZR.Common/Model/WxTokenResult.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace ZR.Common.Model
|
||||
{
|
||||
public class WxTokenResult
|
||||
{
|
||||
/// <summary>
|
||||
/// 0、正常
|
||||
/// </summary>
|
||||
public int errcode { get; set; }
|
||||
public string errmsg { get; set; }
|
||||
public string access_token { get; set; }
|
||||
public string ticket { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user