Last updated 2 years ago
ส่งข้อความประเภทไฟล์ไปหาลูกค้า
ส่งข้อความหาลูกค้าประเภทไฟล์
"U2bb84b8f680ef825d32f726c483f8000"
"1657695000"
OK
const response = await fetch('/chats/message/push', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();