UNPKG
@liuliang520500/pdd-sdk-new
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
拼多多开放平台 SDK,支持多多进宝商品推广、订单查询等接口
github.com/liuliang520500/pdd-sdk-new
liuliang520500/pdd-sdk-new
@liuliang520500/pdd-sdk-new
/
dist
/
index.d.ts
12 lines
(11 loc)
•
305 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
{
PddClient
}
from
'./lib/client.js'
;
export
type
{
PddClientConfig
}
from
'./lib/client.js'
;
export
interface
PddResponse
<T =
any
> {
error_response
?: {
error_msg
:
string
;
sub_msg
?:
string
;
error_code
:
number
;
sub_code
?:
string
; }; [
key
:
string
]:
any
; }