mirror of
https://github.com/curlconverter/curlconverter.git
synced 2022-05-22 02:35:29 +03:00
9 lines
206 B
JavaScript
Generated
9 lines
206 B
JavaScript
Generated
const axios = require('axios');
|
|
|
|
const response = await axios.get('http://localhost:28139/get', {
|
|
headers: {
|
|
'Content-Type': 'text/xml;charset=UTF-8',
|
|
'getWorkOrderCancel': ''
|
|
}
|
|
});
|