Commit cb6c3a1e by taoke

ceshi

parent 48995cae
...@@ -53,7 +53,7 @@ def get_excelData(workBook,sheetName,caseName): ...@@ -53,7 +53,7 @@ def get_excelData(workBook,sheetName,caseName):
if __name__ == '__main__': if __name__ == '__main__':
workBook = xlrd.open_workbook('../../test_case_data/bmc/bmc_testcase01_20210513.xlsx') workBook = xlrd.open_workbook('../../test_case_data/bmc/bmc_testcase01_20210513.xlsx')
li = get_excelData(workBook,"电子证照","scoreDetail") li = get_excelData(workBook,"信用分","creditscore")
print(li) print(li)
# {"Authorization": "","Content-Type":"application/x-www-form-urlencoded"} # {"Authorization": "","Content-Type":"application/x-www-form-urlencoded"}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment