getProductList.php 280 B

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