yc-hwc/laravel-temu
最新稳定版本:V1.0.1
Composer 安装命令:
composer require yc-hwc/laravel-temu
包简介
PHP Temu Client
README 文档
README
temu client
安装教程
composer require yc-hwc/laravel-temu
用法
配置
$config = [
'temuUrl' => '',
'accessToken' => '',
'appKey' => '',
'appSecret' => '',
];
$temuClient = \PHPTemu\V1\TemuClient::config($config);
订单列表
$config = [
'temuUrl' => '',
'accessToken' => '',
'appKey' => '',
'appSecret' => '',
];
$params = [
'pageNumber' => 1,
'pageSize' => 10
];
$temuClient = \PHPTemu\V1\TemuClient::config($config);
$res = $temuClient->api('bg.order.list.v2.get')->withBody($params)->post();
print_r($res);
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-08-15