mobi-market/checkmend

Checkmend API Laravel 包

v2.0.4 2022-02-02 11:11 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:47 UTC


README

此包为MobiMarket应用程序提供Checkmend尽职调查以及制造和型号扩展API调用。

安装

运行

composer require mobi-market/checkmend

发布配置文件

php artisan vendor:publish --provider=Autumndev\Checkmend\CheckmendServiceProvider

更新位于:.\config\checkmend.php 的配置文件中的设置

#使用

$result = Checkmend::dueDiligence($imei);
// send certificate to email or url call back
Checkmend::getCertificate($result->certid, $url, $email);
$result = Checkmend::makeModelExt([$imei]);