$postJson是json格式是吧
$res = $this->http_curl($url,'post','json',$postJson);這里的$postJson是一個json數據是吧,但是http_curl的最后一個參數不應該 是數組嗎,這里傳json格式也無所謂嗎
$res = $this->http_curl($url,'post','json',$postJson);這里的$postJson是一個json數據是吧,但是http_curl的最后一個參數不應該 是數組嗎,這里傳json格式也無所謂嗎
2016-06-16
舉報
2016-06-30
$postJson 是json ??http_curl這是封裝的一個函數是模擬post請求 ?與微信交互數據格式有xml格式和json等 所以這是json
2016-07-04
不用謝,我也是剛剛學