namespace Learun.Application.WeChat { public interface IHttpSend { string Send(string url, string data); } }