1 Star 0 Fork 8

Oldman/Invoice2Excel

forked from zoz/Invoice2Excel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.py 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
import requests
if __name__ == '__main__':
res = requests.post('http://localhost:5000/inv-base-info', data={'username': 'yczha'},
files={'file': ('test_img.png', open('example/test_img.png', 'rb'))})
if res.status_code == 200:
print(res.json())
else:
print('错误码:', res.status_code)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/waitusz/Invoice2Excel.git
git@gitee.com:waitusz/Invoice2Excel.git
waitusz
Invoice2Excel
Invoice2Excel
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385