Download the PHP package sureyee/rock-fintech without Composer
On this page you can find all versions of the php package sureyee/rock-fintech. 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 rock-fintech
钜石接口API
项目介绍
钜石api接口
软件架构
软件架构说明
安装教程
composer require sureyee/rock-fintech:~1.0
使用说明
生产环境和测试环境
所有的 Request
默认调用测试环境的api,
如果切换到正式环境,需要在发送请求之前执行 Request::setEnv('production')
,
将所有Request
对象的环境设置成 production
。
接口调用
接口调用时,公共参数已经进行了封装,直接调用 setParams
方法传入接口对应字段即可。
如果需要修改公共参数,通过setParam()
或在 setParams()
中传入相应的字段信息即可替换原有的数据。
All versions of rock-fintech with dependencies
PHP Build Version
Package Version
The package sureyee/rock-fintech contains the following files
Loading the files please wait ....