test git
This commit is contained in:
parent
857b85b52f
commit
b95732e04d
|
@ -14,7 +14,7 @@ namespace DeiNiu.Wcf
|
||||||
[ServiceContract]
|
[ServiceContract]
|
||||||
public interface IAndroid
|
public interface IAndroid
|
||||||
{
|
{
|
||||||
|
//test git
|
||||||
[OperationContract]
|
[OperationContract]
|
||||||
[WebInvoke(Method = "GET", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json,
|
[WebInvoke(Method = "GET", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json,
|
||||||
UriTemplate = "login?account={account}&passwd={passwd}")]
|
UriTemplate = "login?account={account}&passwd={passwd}")]
|
||||||
|
|
Loading…
Reference in New Issue