8 lines
132 B
C#
8 lines
132 B
C#
namespace Learun.Application.WeChat
|
|
{
|
|
public interface IHttpSend
|
|
{
|
|
string Send(string url, string data);
|
|
}
|
|
}
|