Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.js 341 Bytes
Copy Edit Raw Blame History
wl0224 authored 2021-05-27 17:27 . Add files via upload
'use strict';
exports.main_handler = async (event, context, callback) => {
//解决云函数热启动问题
delete require.cache[require.resolve('./jd_xtg1.js')];
require('./jd_zoo.js') //这里写你想要的脚本
//require('./jd_xtg2.js') //这里写你想要的脚本
//require('./jd_xtg3.js') //这里写你想要的脚本
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化