var socket = io.connect("
http://127.0.0.1:7001
", {
auth: {
token: "123",
},
query: {
orderId: 1,
});
{ "from": "string", "to": "string", "msgType": 0, "msg": { "content": "string", "picture": { "id": "string", "url": "string" } } }
curl --location 'https://consult-api.itheima.net/sendChatMsg' \ --header 'Content-Type: application/json' \ --data '{ "from": "string", "to": "string", "msgType": 0, "msg": { "content": "string", "picture": { "id": "string", "url": "string" } } }'
{}