{
"borrowerName": "string",
"fileForm": "ELECTRONIC",
"borrowWay": "{desc: 外借}",
"planReturnDate": "string",
"reason": "string",
"content": "string",
"remark": "string"
}curl --location --request POST '/open/archiveBorrowApplication' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"borrowerName": "string",
"fileForm": "ELECTRONIC",
"borrowWay": "{desc: 外借}",
"planReturnDate": "string",
"reason": "string",
"content": "string",
"remark": "string"
}'{
"errData": {
"errorMsg": ""
},
"code": 0,
"message": "",
"errMsg": "",
"data": {
"applicationNo": ""
},
"timestamp": ""
}