在这里,您可以在Postman中看到我的请求参数。
代码如下。
[OperationContract]
[WebInvoke(Method = "POST",
BodyStyle = WebMessageBodyStyle.WrappedRequest,
ResponseFormat = WebMessageFormat.Json,
UriTemplate = "/finance")]
NResultSet FinanceAdd(int StudentID, string SponsorName, string Funds, string FamilyIncome, string Relationship);
感谢任何帮助。
谢谢!