This commit is contained in:
bobwang 2023-05-23 16:15:02 +08:00
parent 857b85b52f
commit b95732e04d
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}")]