Shopee Api
简单包装
安装
npm install shopee-api
用法
创建一个ShopeeApi对象开始
const ShopeeApi = require ( 'shopee-api' ) ;
const shopeeApi = new ShopeeApi ( {
isUAT : false ,
shopid : 'YOUR_SHOP_ID' ,
partner_id : 'YOUR_PARTNER_ID' ,
partner_key : 'YOUR_PARTNER_KEY' ,
redirect_uri : 'http://localhost:3000/callback' , // callback url when perform OAuth
webhook_url : 'http://localhost:3000
评论0
最新资源