摘要: # coding=utf-8from locust import HttpUser, TaskSet, taskHOST = 'https://service.tcljd.com/bargainActivity'class ScriptTasks(TaskSet): @task(1) def get 阅读全文
posted @ 2021-06-24 10:23 以泪为证 阅读(239) 评论(0) 推荐(0)