Download the PHP package dwn/partner-client without Composer
On this page you can find all versions of the php package dwn/partner-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package partner-client
dwn-client
dwn 第三方对接类库
安装
composer require dwn/partner-client
使用示例
use dwn\Express;
$client=new Express('89dtd90a','b966d6bbc3ac62dccd7b3c3c96b277c1');
$client->setOption('getUserInfo')->setParams(["authorization_code"=>"45e8c62cmchihijng9lv5okk1i"])->execute();
方法
1、setOption 选择对应的操作
<1> sendCode 发送验证码
<2> authorization 用户登录授权
<3> getUserInfo 获取用户信息
<4> exchange dwn兑换其他货币
<5> recharge 其他货币兑换dwn
<6> earnings 发放收益
<7> ratio 获取实时汇率
<8> getNetworks 获取用户关联关系
<9> exist 判断用户是否存在
<10> register 用户注册
<11> login 用户通过session登录
2、setParams 设置上行数据
3、execute 执行请求
api文档地址
All versions of partner-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0.0
The package dwn/partner-client contains the following files
Loading the files please wait ...