python編寫的多線程接口併發測試

import requests import json import threading import time import uuid class postrequests(): def __init__(self): #產生UUID u = uuid.uuid1() #產生訂單編號 orderID = 'TEST' + u
相關文章
相關標籤/搜索