fix: 暂存

This commit is contained in:
wangzhongjie 2025-03-05 14:12:56 +08:00
parent 488e237b6f
commit ee79034ddf

View File

@ -18,7 +18,6 @@ const config = {
}
export default async function tcp2ByteRequest(data): Promise<RES> {
return new Promise(async (resolve, reject) => {
const tcpClient: socket.TCPSocket = socket.constructTCPSocketInstance()