yeardley/yingyan

Bmap yingyan api

1.0.1 2020-05-18 07:57 UTC

This package is auto-updated.

Last update: 2024-09-18 18:01:20 UTC


README

运行环境

  • PHP 7.0+
  • composer

1、终端管理

1、轨迹点

安装

composer require yeardley/yingyan -vvv

使用说明

轨迹点

<?php

use Yeardley\Yingyan\Yingyan;

$ak = '';
$service_id = '';
$entity_name = '车牌号';
$entity_desc = '描述';

$config = [
    'ak' => $ak,
    'service_id' => $service_id,
    'entity_name' => $entity_name,
    'entity_desc' => $entity_desc,
];
Yingyan::entity($config)->add();

详细文档

详细说明文档

LICENSE

MIT