摘要: <?php $data = array("cNos" => array("1064917432615","1064917432615"), "date" => "20170515"); $data_string = json_encode($data); print_r($data_string); 阅读全文
posted @ 2017-05-19 19:43 94cool 阅读(3041) 评论(0) 推荐(0)
摘要: public static class PreRouteHandler { public static void HttpPreRoute(this HttpConfiguration config) { config.Services.Replace(typeof(IHttpActionInvoker), ne... 阅读全文
posted @ 2017-05-19 10:14 94cool 阅读(3446) 评论(0) 推荐(0)