linweishuai/carforb

11.0 2017-11-15 11:01 UTC

This package is not auto-updated.

Last update: 2025-06-22 09:31:24 UTC


README

1,全国车辆违章查询直连渠道,支持大车及小车违章查询 2,可返回文书号以及违章状态(已处理、未处理、已处理未缴款等) 3,支持全国300多城市 4,数据与官网实时更新 5,数据按查询收费

This PHP package is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0
  • Build date: 2017-11-15T16:54:38.925+08:00
  • Build package: class io.swagger.codegen.languages.PhpClientCodegen

Requirements

PHP 5.4.0 and later

Installation & Usagssssssssse

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

    require_once('/path/to/SwaggerClient-php/autoload.php');

Tests

To run the unit tests:

composer install
./vendor/bin/phpunit lib/Tests

Getting Started

Please follow the installation procedure and then run the following:

<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new wxlink\Api\DefaultApi();
$appkey = "appkey_example"; // string | 万象平台提供的appkey

try {
    $result = $api_instance->condition($appkey);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DefaultApi->condition: ', $e->getMessage(), PHP_EOL;
}

?>

Documentation for API Endpoints

All URIs are relative to https://way.jd.com/

Class Method HTTP request Description
DefaultApi condition GET /xiaokakeji/condition 查询支持城市及条件
DefaultApi violationQuery GET /xiaokakeji/violation_query 查询车辆违章情况

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author