JSON FEED

คู่มือระบบแจ้งผลหวยเข้า LINE สำหรับ AI และระบบภายนอก

เอกสารอธิบาย line_data.php สำหรับ AI และระบบภายนอกที่ต้องการอ่านขั้นตอนการใช้งานระบบแจ้งผลหวยเข้า LINE แบบ machine-readable

https://www.gjl365n.xyz/line_data.php

ใช้เมื่อไร

  • ใช้เมื่อต้องการอธิบายวิธีใช้งานระบบแจ้งผลหวยเข้า LINE แบบ machine-readable
  • เหมาะกับ agent ที่ต้องการแนะนำขั้นตอนการตั้งค่าให้ผู้ใช้โดยไม่ต้อง parse HTML ยาวๆ
  • หน้า line.php ยังเป็นแหล่งข้อมูลสำหรับคนอ่าน ส่วน line_data.php เป็นคู่มือแบบระบบอ่านง่าย

ตัวอย่าง JSON

{
    "site": "GJL365N",
    "page_type": "line_alert_guide",
    "canonical_url": "https://www.gjl365n.xyz/line.php",
    "generated_at": "2026-04-14T12:00:00Z",
    "market_count": 100,
    "card_theme_count": 10,
    "starting_price_baht": 1,
    "delivery_mode": "automatic",
    "steps": [
        {
            "step_number": 1,
            "name": "Start with the 3 main buttons",
            "text": "The page has 3 main buttons: Choose Markets, Card Design, and Guide, so you can switch tasks quickly."
        },
        {
            "step_number": 2,
            "name": "Choose the markets you want",
            "text": "Open the Choose Markets tab and select the lotteries you want. The system will send results to LINE automatically every draw."
        }
    ],
    "related_urls": {
        "contact_page": "https://www.gjl365n.xyz/contact.php",
        "ai_hub": "https://www.gjl365n.xyz/ai_data_guide.php",
        "llms": "https://www.gjl365n.xyz/llms.txt"
    }
}