[OperationContract] [WebInvoke(UriTemplate = "Product/Save?ver={ver}&client={client}&token={token}", BodyStyle = WebMessageBodyStyle.Bare, Method = "POST", ResponseFormat = WebMessageFormat.Json, RequestFormat = WebMessageFormat.Json)] string SaveProduct(string ver, string client, string token, ProductInfo pinfo);
对于ProductInfo类,客户端再调用时,传的是 json.
这个php如何调用的呢?