摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- import requests import json url = 'http://................' body = {"type": "text", "content": "测试文本",} 阅读全文
posted @ 2019-10-08 18:29 云深不知处! 阅读(17796) 评论(2) 推荐(0) 编辑
摘要: from operator import pos #导入包 定义要使用那个类 import requests import json url = 'http://123.56.22.39:48083/web/v2/user/userLogin' date={ 'userName':'admin', 阅读全文
posted @ 2019-10-08 17:19 云深不知处! 阅读(1786) 评论(0) 推荐(0) 编辑