1234567 |
- <?php
- header("Content-type: text/json; charset=utf-8");
- $data=$_GET;
- $res=curl_request("http://www.daihuwl.com/phoneCharge/default/getProductList?".http_build_query($data),
- "","get",array("content-type: application/json","User-Agen:PostmanRuntime/7.36.1"),false);
- exit($res);
|