mirror of
https://github.com/shufflewzc/faker2.git
synced 2026-02-10 22:05:51 +08:00
update
This commit is contained in:
@@ -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
Reference in New Issue
Block a user