bariew/finblack-extension

连接到 finblack 并接收数据

安装: 127

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 0

类型:app-extension

1.0.0 2014-11-21 07:53 UTC

This package is auto-updated.

Last update: 2024-09-16 15:23:48 UTC


README

用于搜索金融黑名单数据API。

使用方法

  1. 通过全名搜索获取所有用户。
   $client = new \bariew\finblack\Client([
        'baseUrl' => 'http://blacklist.dev',
        'username' => 'pt',
        'apiKey' => 123123
    ]);
    print_r($client->request('index', ['names' => 'Petr Ivanov']));