Skip to content

maxzhang666/jtt-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

京推推SDK

基于京推推开放平台Api封装的 Composer Package 组件包.

目录结构:

  • src 项目目录

安装:

$ composer require maxzhang/jtt-sdk

使用方法(参考suning-sdk):

use MaxZhang\JttSdk\Request\Update\GoodsListRequest;
use MaxZhang\JttSdk\DefaultJttClient;
$req = new GoodsListRequest();
$assertArray = [
    'appid' => '123',
    'appkey' => '456'
];
$client = new DefaultJttClient($assertArray['appid'], $assertArray['appkey']);

$resp = $client->execute($req);
print_r("\n返回响应报文:\n" . $resp);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages