Create index.js

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

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') //这里写你想要的脚本
}