#!/usr/bin/python # encoding:utf-8 import requests data = {} data["appkey"] = "your_appkey_here" data["number"]="3634051901178026" #处罚单号 data=data url="https://api.jisuapi.com/illegalnumber/query" response = requests.post(url, params=data) jsonarr = response.json() if jsonarr["status"] != 0: print(jsonarr["msg"]) exit() result = jsonarr["result"] print("number:%s lsnum:%s realname:%s content:%s delaymoney:%s" %(result["number"],result["lsnum"],result["realname"],result["content"],result["delaymoney"]))
© 2015-2025 杭州极速互联科技有限公司 版权所有 浙ICP备17047587号-4 浙公网安备33010502005096 增值电信业务经营许可证:浙B2-20190875