Files
juipnet/Infrastructure/WxApi/Response/GetAuthenticationUrlResponse.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

6 lines
109 B
C#

namespace Hncore.Wx.Open
{
public class GetAuthenticationUrlResponse : ResponseBase
{
}
}