淘宝开放平台,这个免费的 api 的示例里面的 url,port,appkey,secret 怎么填写?有用过的嘛?

查看 10|回复 0
作者:zhlenmao   
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)
谢谢指教!:)
您需要登录后才可以回帖 登录 | 立即注册

返回顶部