Files
juipnet/Infrastructure/WxApi/Response/GetAuthenticationUrlResponse.cs

6 lines
104 B
C#
Raw Normal View History

2024-04-10 13:55:27 +08:00
namespace Hncore.Wx.Open
{
public class GetAuthenticationUrlResponse : ResponseBase
{
}
}