, react) {
let opt = {
,
timeout: MAX_TIMEOUT,
method: 'POST',
pool: {
maxSockets: 100
}
};
return request(opt, function (err, res, body) {
if (err) {
);
}
return;
});
}