namespace Etor.Wx.Open { /// /// 获取公众号授权连接的URL /// public class GetAuthenticationUrlRequest { public string component_appid { get; set; } /// /// 从来 /// public string pre_auth_code { get; set; } public string redirect_uri { get; set; } } }