https://developer.alibaba.com/docs/api.htm?spm=a219a.7395905.0.0.724f75feUnBSGp&apiId=40549
taobao.auction.gov.data.realtime.get (获取实时(今日)统计数据)
-- coding: utf-8 --
import top.api
req=top.api.AuctionGovDataRealtimeGetRequest(url,port) req.set_app_info(top.appinfo(appkey,secret))
req.court_name="宁波北仑区法院" req.is_include_sub=false try: resp= req.getResponse() print(resp) except Exception,e: print(e)
谢谢指教!:)