Create index.js

This commit is contained in:
Tinafang
2020-11-13 18:45:40 +08:00
committed by GitHub
parent 76d497ab47
commit b87b4f0a29

5
index.js Normal file
View File

@ -0,0 +1,5 @@
'use strict';
exports.main_handler = async (event, context, callback) => {
require('./jd_xtg.js') //这里写你想要的脚本
require('./jd_fruit.js') //这里写你想要的脚本
}