@blueislandx/island-taobao-bypass
Version:
Island (小蓝岛) 淘宝商品数字 id 转联盟字符 id 解决方案 (开源版)
9 lines (8 loc) • 379 B
TypeScript
import union from '@blueislandx/island-union-sdk';
export declare class TaobaoHack {
limit: number;
taobaoClient: InstanceType<typeof union.taobao.Client>;
constructor(client: InstanceType<typeof union.taobao.Client>, limit?: number);
private equal;
getGoodsById(goodsId: string, adzoneId: string, tmall?: boolean, precise?: boolean): Promise<any>;
}