update upload function
This commit is contained in:
@ -47,11 +47,11 @@ function callInitFileMover(re) {
|
|||||||
// A chunk of data has been received.
|
// A chunk of data has been received.
|
||||||
resp.on('data', (chunk) => {
|
resp.on('data', (chunk) => {
|
||||||
//debug
|
//debug
|
||||||
data = "{
|
data = `{
|
||||||
"construction_id": 3,
|
"construction_id": 3,
|
||||||
"file_name": "ini_データ入力シート.xlsx",
|
"file_name": "ini_データ入力シート.xlsx",
|
||||||
"file_type": "dataSheet"
|
"file_type": "dataSheet"
|
||||||
}"
|
}`
|
||||||
data += chunk;
|
data += chunk;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user