Commit 075ef403 authored by 张鹏程's avatar 张鹏程

修改上传文件bug

parent dcf504f6
......@@ -2,6 +2,7 @@ import os
FILE_PATH = os.path.realpath(os.curdir)
FEATURE_HOST = 'http://172.20.1.131:23010'
FEATURE_HOST_MY = 'http://localhost:23010'
......@@ -10,6 +11,9 @@ url_reportanalysis = '/report'
url_uploadfiles= '/uploadfiles'
TO_JSON = FILE_PATH+'/to_json'
HTML_PATH = FILE_PATH+'/html'
# TO_JSON = FILE_PATH+'/to_json'
# HTML_PATH = FILE_PATH+'/html'
TO_JSON = '/home/sysprd/credit-report-api/to_json'
HTML_PATH = '/home/sysprd/credit-report-api/html'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment