This commit is contained in:
bobwang 2023-05-23 16:30:13 +08:00
parent b95732e04d
commit 356c3000ab
1 changed files with 1 additions and 1 deletions

View File

@ -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}")]