10 Star 18 Fork 5

大淘客 / openapi-sdk-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.php 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
include 'vendor/autoload.php';
//线报api
$client = new GetTipList();
$client->setAppKey('xxxxxxxxx');
$client->setAppSecret('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
$client->setVersion('v3.0.0');
$res = $client->setParams([])->request();
var_dump($res);
PHP
1
https://gitee.com/dtk-developer/openapi-sdk-php.git
git@gitee.com:dtk-developer/openapi-sdk-php.git
dtk-developer
openapi-sdk-php
openapi-sdk-php
master

搜索帮助