代码如下:
def md5(string):
m = hashlib.md5()
m.update(string)
return m.hexdigest()
timestap = int(time.time())
url = '
https://cn.avoscloud.com/1.1/classes/UserPhotos'header = {
'content-type': 'application/json',
'X-AVOSCloud-Application-Id': '13zj4j8ydljibjxke0rb0k8tanwqjxind7ljsd3hslpg821i',
'X-AVOSCloud-Request-Sign': md5(str(timestap)+'omzfc2o1afhu8kby36subqyl00jjrr6tb7gxuj6h05i3u9j9')+','+str(timestap)
}
print requests.get(url, headers=header)
返回200,意思是”没有提供用户名,或者用户名为空。“
我是按照官方文档操作的,没发现哪地方设置用户名的啊,难道要先登录?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/128096
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.