Is there something wrong with my command?
contract.methods.thu().send(
   { from: senderAddress, 
     gasPrice: web3.utils.toHex(GAS_PRICE), 
     gasLimit: web3.utils.toHex(GAS_LIMIT)
   }
);
When I execute it, I get this error:
Unhandled rejection Error: Invalid JSON RPC response: ""
Need to help