何时使用
- 当你需要机器可读的联系信息与主要服务说明时使用。
- 适合需要 FAQ 与联系渠道机器友好格式的 agent。
- contact.php 仍是给人阅读的页面,而 contact_data.php 是机器可读版本。
说明 contact_data.php 的结构,供 AI 与外部系统读取机器可读的联系信息、主要服务与 FAQ。
{
"site": "GJL365N",
"page_type": "contact_and_service",
"canonical_url": "https://www.gjl365n.xyz/contact.php",
"generated_at": "2026-04-14T12:00:00Z",
"contact_channels": [
{
"channel": "telegram",
"url": "https://t.me/Dev168789",
"purpose": "service_details_pricing_and_setup"
}
],
"service_highlights": [
{
"service_key": "line_alerts",
"title": "LINE Lottery Alerts",
"starting_price_baht": 1,
"guide_url": "/line.php",
"guide_feed_url": "/line_data.php"
}
],
"faq_items": [
{
"question": "What can I contact the team about?",
"answer": "You can ask about website usage, historical results, automatic LINE lottery alerts, and onboarding details."
}
]
}