taodouke/openapi

taodouke openapi for php

1.0.0 2024-05-31 07:21 UTC

This package is auto-updated.

Last update: 2025-05-29 01:58:14 UTC


README

tdk openapi for php

include("vendor/autoload.php");

  $client = new LiveLink();
  $client->setAppKey('5515796');
  $client->setAppSecret('xxxxx');
  $res = $client->setParams([
      'author_buyin_id' => '6961635340667240734',
      'share_type'=>[1,2,3,4]
  ])->request();
  var_dump($res);