go与python的最佳实践

This commit is contained in:
longpeng 2025-06-20 14:33:43 +08:00
parent 55681ef5c4
commit 74beaebb4c

View File

@ -1,6 +1,5 @@
# 接口测试具体实现
import requests
import json
def execute_api_test_case(test_case_id: str, endpoint: str, http_method: str, headers: dict, request_body: bytes, expected_status_code: int):
"""