-
Notifications
You must be signed in to change notification settings - Fork 151
更新图片上传api #21
base: master
Are you sure you want to change the base?
更新图片上传api #21
Conversation
@@ -235,7 +235,7 @@ def uploadPicture(session, image, apis): | |||
'signature':signature | |||
} | |||
data_file = { | |||
'file':(('blob',open(image,'rb')),'image/jpg') | |||
'file':('blob',open(image,'rb'),'image/jpg') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
确定不是 image/png 吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
确定
|
整合到我的folk上和readme一起pull了,这是commit地址 |
我其实是想多个pr,这样的话不太好。。 |
那抱歉了2333 |
更新图片上传api-new_api_upload