const express = require('express')
const bodyParser = require('body-parser')
const app = express()
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import os | |
| import oss2 | |
| import zipfile | |
| import shutil | |
| import time | |
| def handler(event, context): | |
| creds = context.credentials | |
| auth = oss2.StsAuth(creds.accessKeyId, creds.accessKeySecret, creds.securityToken) | |
| bucket = oss2.Bucket(auth, 'your endpoint', 'your buecket name') | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import json | |
| import pprint | |
| from asyncio import sleep | |
| import requests | |
| from openpyxl import Workbook | |
| wb = Workbook() | |
| dicts = {'七个小矮人': 'https://api.17disney.com/wait-times-service/wait-times/attractions/shanghai/attSevenDwarfsMineTrain', | |
| '探险家独木舟': 'https://api.17disney.com/wait-times-service/wait-times/attractions/shanghai/attExplorerCanoes', | 
NewerOlder