【发布时间】:2016-06-15 17:53:44
【问题描述】:
我应该用post方法发送4个参数
[WebInvoke(Method = "POST",
ResponseFormat = WebMessageFormat.Json,
BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "CustomerInsertPost/{Username}/{Password}/{lan}/{Cust}")]
int CustomerInsertPost(string Username, string Password, string lan, string Cust);
通过使用改造库。
这个“CustomerInsertPost”的格式后改进方法是什么?
【问题讨论】: