JSON FEED

面向 AI 与外部系统的 LINE 彩票提醒指南

说明 line_data.php 的结构,供 AI 与外部系统读取 LINE 彩票提醒流程的机器可读指南。

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

何时使用

  • 当你需要 LINE 彩票提醒流程的机器可读说明时使用。
  • 适合需要指导用户完成设置而不想解析长篇 HTML 的 agent。
  • 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"
    }
}