SURE VMS - API Document
สำหรับผู้ใช้งานระบบ SURE VMS และใช้บริการเสริมในส่วนการเชื่อมต่อ API
วิธีการใช้งานเบื้องต้น
ยินดีต้อนรับทุกท่านเราจะอธิบายเบื้องต้นว่าการใช้งานเป็นอย่างไร: เมื่อท่านต้องการใช้งาน
https://host/api-name.php?key1=xxx
Once you're strong enough, save the world:
// ตัวอย่างการใช้งาน
<form action="rhttps://host/api-name.php" method="GET"> First name:
<input type="text" name="firstname"> <br> Last name:
<input type="text" name="lastname">
<input type="hidden" name="form_submitted" value="1" />
<input type="submit" value="Submit">
Last updated
Was this helpful?