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