导航

WCF使用post 提交

Posted on 2022-01-21 11:51  无名炮灰  阅读(62)  评论(0)    收藏  举报

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, Method = "POST", BodyStyle = WebMessageBodyStyle.WrappedRequest)]

getDate(string aa,string bb);