UNPKG

@liuliang520500/pdd-sdk-new

Version:

拼多多开放平台 SDK,支持多多进宝商品推广、订单查询等接口

12 lines (11 loc) 305 B
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; }