import pytest
import requests
from 项目阶段三.Comment.do_excel import Doexcel
import json
data_1=Doexcel(r'E:\shell\项目阶段三\test_data\mainxiang.xlsx','Sheet2')
#suite = unittest.TestSuite()
class testdemo():
def test_01(self):
for i in range(2,data_1.max_row+1):
he
批量将数据作为参数传到接口参数中
于 2022-06-21 16:50:30 首次发布
本文介绍如何使用Python高效地将大量数据作为参数批量传递到API接口中,包括数据处理、请求封装和错误处理等关键步骤。
摘要由CSDN通过智能技术生成