ares:通过客户IN下载有关客户的信息 源码
战神 有关版本的更多信息,请参见 。 安装到项目 安装h4kuna / ares的最佳方法是使用Composer: $ composer require h4kuna/ares 通过客户IN下载有关客户的信息。 例子 通过一个识别号加载数据 $ ares = new h4kuna\ Ares \ Ares (); try { $ response = $ ares -> loadData ( '87744473' ); /* @var $response h4kuna\Ares\Data */ var_dump ( $ response ); } catch (h4kuna\ Ares \ Exceptions \ IdentificationNumberNotFoundException $ e ) { // log identification n
文件列表
ares-master.zip
(预估有个12文件)
ares-master
composer.json
721B
src
BodyFactory.php
1KB
Factory.php
586B
Exceptions
ConnectionException.php
405B
AresException.php
120B
IdentificationNumberNotFoundException.php
471B
Ares.php
7KB
暂无评论