摘要:
[HttpPost]public HttpResponseMessage Upload(){string json = "{\"result\":\"true\"}";return new HttpResponseMessage { Content = new StringContent(json,... 阅读全文
posted @ 2014-06-16 19:08 billpeng 阅读(20323) 评论(2) 推荐(4)
|
|||
摘要:
[HttpPost]public HttpResponseMessage Upload(){string json = "{\"result\":\"true\"}";return new HttpResponseMessage { Content = new StringContent(json,... 阅读全文
posted @ 2014-06-16 19:08 billpeng 阅读(20323) 评论(2) 推荐(4) |
|||