yeejiawei/laravel-shopee-api
Composer 安装命令:
composer require yeejiawei/laravel-shopee-api
包简介
Laravel Wrapper for shopee api
README 文档
README
Usage
First, initialise the Client
$client = new \Yeejiawei\LaravelShopeeApi\Client([ 'shop_id' => 'SHOP_ID', 'access_token' => 'ACCESS_TOKEN', ]);
Second, get the node
$chat = $client->chat();
Or use the function in the node
$chat = $client->chat()->getConversation(197091754292034);
Current avaialable Nodes
Chat node
- getMessage
- sendMessage
- sendAutoreplyMessage
- getConversations
- getConversation
- deleteConversation
- getUnreadConversationCount
- pinConversation
- unpinConversation
- readConversationn
- unreadConversation
- getOfferToggleStatus
- setOfferToggleStatus
- uploadImage
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-01