diff --git a/WcfService1/IAndroid.cs b/WcfService1/IAndroid.cs index 6417733..76be3b8 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}")]