14 lines
298 B
C#
14 lines
298 B
C#
using Hncore.Wx.Open;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Hncore.Pass.MsgCenter.WxOpen.Response
|
|
{
|
|
public class GetJsApiTicketResponse : ResponseBase
|
|
{
|
|
public string ticket { get; set; }
|
|
}
|
|
}
|