随笔分类 -  python

python接口自动化
摘要:1、封装get、post#!/usr/bin/env python3# -*- coding: utf-8 -*-__author__ = 'hualai yu'import requestsclass RunMethod: def post_main(self, url, data, header 阅读全文
posted @ 2019-05-30 14:26 十点半先生 阅读(628) 评论(0) 推荐(0)