//测试 请求接口 public function index(){ $arr = array('a'=>'555','b'=>56454564); $data=$this->post_json_data('http://www.test.com/public/index/api/postTest',json_encode($arr)); dump(json_decode($data['result'],true)); } //测试 接口 public function postTest…
using System; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using FTE.Framework.Log4NetService; namespace Proxy.BllServices { /// <summary> /// ht…