You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
329 B

7 days ago
const fs = require('fs');
fetch('https://lanhu-axure-file.oss-cn-beijing.aliyuncs.com/e528bb49-1eea-4d76-b7e0-4055bc7c1b70_md5__a8fefe0bcfca8a973b77d8257ac58593.js')
.then(r => r.text())
.then(t => { fs.writeFileSync('e:/code/crm-backend-matt/.scratch/lanhu-latest/team-page-data.js', t); console.log('saved', t.length); });