From b95732e04d60d3c80d4a46220a22663ca05b813f Mon Sep 17 00:00:00 2001 From: bobwang <8205347@qq.com> Date: Tue, 23 May 2023 16:15:02 +0800 Subject: [PATCH] test git --- WcfService1/IAndroid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WcfService1/IAndroid.cs b/WcfService1/IAndroid.cs index 42670b3..6417733 100644 --- a/WcfService1/IAndroid.cs +++ b/WcfService1/IAndroid.cs @@ -14,7 +14,7 @@ namespace DeiNiu.Wcf [ServiceContract] public interface IAndroid { - + //test git [OperationContract] [WebInvoke(Method = "GET", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, UriTemplate = "login?account={account}&passwd={passwd}")]