登录接口,jsonpath提取响应结果,token鉴权处理

摘要: import time import uuid import requests import pprint from jsonpath import jsonpath from test_image_code import ImageCode class Manage: def __init__(s 阅读全文
posted @ 2024-04-08 13:22 诚实的表达自己 阅读(92) 评论(0) 推荐(0)

图形验证码处理

摘要: import base64 import json import requests import uuid class ImageCode: # 调用图片验证码原有接口获取编码 def get_image(self, uuid): url = "http://shop.lemonban.com:81 阅读全文
posted @ 2024-04-08 13:18 诚实的表达自己 阅读(84) 评论(0) 推荐(0)