$res = $this->http_curl($url,'post','json',$postJson);这里的$postJson是一个json数据是吧,但是http_curl的最后一个参数不应该 是数组吗,这里传json格式也无所谓吗
$postJson 是json http_curl这是封装的一个函数是模拟post请求 与微信交互数据格式有xml格式和json等 所以这是json
不用谢,我也是刚刚学