摘要:
#!/usr/bin/env python # -*- coding: utf-8 -*- import requests import json url = 'http://................' body = {"type": "text", "content": "测试文本",} 阅读全文
posted @ 2019-10-08 18:29
云深不知处!
阅读(17850)
评论(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
云深不知处!
阅读(1829)
评论(0)
推荐(0)