gitextract_qljz_wtl/ ├── .gitignore ├── Base/ │ ├── BaseElementEnmu.py │ ├── BaseEmail.py │ ├── BaseExcel.py │ ├── BaseFile.py │ ├── BaseGetExcel.py │ ├── BaseIni.py │ ├── BaseInit.py │ ├── BaseParams.py │ ├── BaseReq.py │ ├── BaseReq1.py │ ├── BaseRunner.py │ ├── BaseRunner1.py │ ├── BaseStatistics.py │ └── __init__.py ├── Log/ │ ├── info.pickle │ ├── param.txt │ └── param_result.txt ├── README.md ├── Report/ │ ├── Report.xlsx │ └── api.xlsx ├── Runner/ │ ├── __init__.py │ ├── runner.py │ ├── runner1.py │ └── start_test.bat ├── Setting/ │ └── Config.ini ├── TestCases/ │ ├── Api.py │ ├── Api1.py │ └── __init__.py ├── channel_log.md └── requirements.txt