<?php require_once 'curl.func.php'; $appkey = 'your_appkey_here';//你的appkey $vin = 'LSVAL41Z882104202'; $url = "http://api.jisuapi.com/vin2/query?appkey=$appkey&vin=$vin"; $result = curlOpen($url); $jsonarr = json_decode($result, true); //exit(var_dump($jsonarr)); if($jsonarr['status'] != 0) { echo $jsonarr['msg']; exit(); } $result = $jsonarr['result']; echo $result['ratedloadweight'].' '.$result['brand'].' '.$result['seatnum'].'
'; echo $result['price'].' '.$result['yeartype'].' '.$result['axlenum'].'
'; echo $result['reartrack'].' '.$result['environmentalstandards'].' '.$result['enginemodel'].'
'; echo $result['name'].' '.$result['maxpower'].' '.$result['fronttrack'].' '.$result['fueltype'].' '.$result['vin'].'
';
© 2015-2025 杭州极速互联科技有限公司 版权所有 浙ICP备17047587号-4 浙公网安备33010502005096 增值电信业务经营许可证:浙B2-20190875