mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-12 05:38:03 +08:00
update
This commit is contained in:
parent
9f21ab11b6
commit
c3e736bed9
@ -30,7 +30,7 @@ function getLatestFile(files) {
|
||||
async function getToken() {
|
||||
const authConfig = await readFile(authFile);
|
||||
// console.log(authConfig.toString().match(/"token":"(.*?)",/)[1])
|
||||
return authConfig.toString().match(/"token":"(.*?)",/)[1];
|
||||
return authConfig.toString().match(/"token":"([^"]*)"(?!.*"token":)/)[1];
|
||||
}
|
||||
// getToken()
|
||||
module.exports.getEnvs = async () => {
|
||||
|
15
jd_beangame_sign.js
Normal file
15
jd_beangame_sign.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user