GithubHelp home page GithubHelp logo

Comments (3)

shaonianzhentan avatar shaonianzhentan commented on September 21, 2024 2

const nonce = require('nonce')();

const { makeFakeIMEI } = require('../ewelink-helper');

const credentialsPayload = ({ email, password }) => {

let body = {
password,
version: 6,
ts: ${Math.round(new Date().getTime() / 1000)},
nonce: ${nonce()},
appid: 'oeVkj2lYFGnJu5XUtWisfW4utiN4u9Mq',
imei: makeFakeIMEI(),
os: 'iOS',
model: 'iPhone10,6',
romVersion: '11.1.2',
appVersion: '3.5.3',
}

// use phoneNumber field is ok
// I want to change email to username
if(email.includes('@')){
body['email'] = email
}else{
body['phoneNumber'] = email
}

console.log(body)
return body
};

module.exports = credentialsPayload;

from ewelink-api.

Leechael avatar Leechael commented on September 21, 2024

+1 for this, but the key name phoneNumber since incorrect.

from ewelink-api.

skydiver avatar skydiver commented on September 21, 2024

this was done on v3.0.0

from ewelink-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.