Skip to content

taobali32/collect_product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirement

  1. PHP >= 7.2
  2. Composer

Installation

$ composer require "gather/jtar:dev-main" -vvv

Usage

基本使用:

<?php

use Gather\Factory;
$config = [
    'tk'    =>  [
        'miao_you_quan' =>  [
            'apkey'  =>  '',
            'tbname' => '',
            'pid'    => '',
        ]
    ],
];
try {
    $result = Factory::collect($config)->tk_product->productLinkId(627430191595,'2702510978');
    var_dump($result);
}catch (Exception $exception){
    //  打印日志
    $exception->getMessage();
}

License

MIT

Releases

No releases published

Packages

No packages published

Languages