php怎么模擬GET與POST向微信接口提交及獲取數(shù)據(jù)的方法
認(rèn)證0級(jí)講師
可以直接使用原生的curl或者使用第三方http客戶端庫(kù),比如mashape/unirest-php
或者guzzlehttp/guzzle
等。
一般get請(qǐng)求都可以用file_get_contents(url)來(lái)調(diào)用
對(duì)應(yīng)get和post,都可以使用php curl,這里有個(gè)demo:
http://blog.csdn.net/wangyibo...