1.0.39 • Published 3 years ago
shopee-openapi-v2 v1.0.39
shopee-openapi-v2
A shopee openapi sdk, currently there is only sdk about im part
Usage
import shopee from "shopee-openapi-v2"
shopee.setAppConfig({ partner_id: 108334, partner_key: "ZKpigRItsXvnImXfLzuKliOTByAOUhsZ", is_dev: true, redirect: 'xxxx' })
// retries、retryDelay 可选,用于当error === 'system_busy'时重试,默认retries:0,retryDelay:(retryCount: number) => Math.pow(retryCount, 2) * 1000
//授权
const res = await shopee.token_create({ code: '0_108334_gr0GkF1EuYdpvrIbqAD6pU7J5318' })
console.log(res.data.access_token)
await shopee.getAuthLink()
//https://partner.shopeemobile.com/api/v2/shop/auth_partner?partner_id=102323&sign=c4a1f3c87247100b2cfb48778f4dbf90b540f18fb9d2aa7a5abb5ed7f963cd0a×tamp=1654498701&redirect=https://xx.xxxx.com/openapi/shopee/auth_redirect/c932e987fa81e70889e56a20b09df648
await shopee.chat.getAccesstoken({ code: '55485a58484f724c7963636369546e48', shop_id: 4455100, partner_id: 102323 })
更多例子
https://github.com/MonveChen/shopee-openapi-v2/blob/main/src/test.ts
目前仅有im相关的接口,希望更多的人加入(如何加入),一起为该开源sdk做出贡献(源码)
该项目由typescript编写,新接口参照原有装饰器编写的接口填充即可,
e.g.
@Post({ url: '/im/message/send' })
send_messages!: ApiShopMethod<
{
access_token: string, template_id: number, session_id: string,
txt?: string, img_url?: string, width?: number, height?: number,
item_id?: string, order_id?: string, promotion_id?: string
}, ExtraRes & { data: { message_id: string, template_id: number, current_time: number } }
>
1.0.39
3 years ago
1.0.38
3 years ago
1.0.37
3 years ago
1.0.36
3 years ago
1.0.34
3 years ago
1.0.33
3 years ago
1.0.32
3 years ago
1.0.30
3 years ago
1.0.29
3 years ago
1.0.28
3 years ago
1.0.27
3 years ago
1.0.26
3 years ago
1.0.25
3 years ago
1.0.24
3 years ago
1.0.23
3 years ago
1.0.22
3 years ago
1.0.21
3 years ago
1.0.20
3 years ago
1.0.18
3 years ago
1.0.17
3 years ago
1.0.16
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago