using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CoreCms.Net.Model.FromBody { /// /// /// public class FMGetWeChatConfig { /// /// 请求网址 /// public string url { get; set; } /// /// 请求授权 /// public string token { get; set; } = string.Empty; } }