Esempio n. 1
0
/**
* 发起post
*
* @return void
*/
function post($url, $data = [], $header = [])
{
    return X::lib('fetch')->post($url, $data, $header);
}