1.0.0 • Published 4 years ago
tabao-login v1.0.0
模拟登录淘宝网页端并获取cookie
安装方式
npm install tabao-login使用方式
const tabaoLogin = require('tabao-login');
tabaoLogin({username: '...',password: '...'}).then(res => {
console.log(res);
}).catch(e => {
console.log(e);
})1.0.0
4 years ago