我通过POST https://open.youzanyun.com/auth/token获得的token,有效期是5月28日,为什么用这个token调用python客户端,返回
打印:{"error_response":{"code":40010,"msg":"参数 token 无效","sub_code":10000,"sub_data":"","sub_msg":"token无效,该token不存在或已过期"}}
我在调试工具里面:https://www.youzanyun.com/docs/debugger
也是同样结果
代码如下:
token = auth.Token(token='具体token')
client = YZClient(token)
params = {}
params['item_id'] = "471456482"
files = []
print client.invoke('youzan.item.get', '3.0.0', 'GET', params=params, files=files)
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|