seriousweb/tradeapi

此包的最新版本(dev-main)没有可用的许可证信息。

dev-main 2022-06-29 13:34 UTC

This package is not auto-updated.

Last update: 2024-09-19 22:16:59 UTC


README

API使用示例

     $tradeService = (new TradeServices)
            ->setId('Type Your API ID')
            ->setPrivateKey('Type Your API Key')
            ->setBody('Type Your Params')
            ->setAction('Type Action Name')
            ->call();