AI Ulink

GenHealth Portal

Mobile H5 Frontend

A lightweight report frontend for LINE, WeChat, and H5 delivery

This folder is the minimal static frontend for the vendor bridge workflow. Use it under ulike.aiulink.net/genhealth/ and connect it to your Python backend APIs.

1

register.html

Used after QR scan. Parses number, scene_str, and path, then submits registration data to your backend.

2

report.html

Used as the report_url callback page. Loads a single report by report_id and renders AI summary, structured data, and images.

3

history.html

Used as the all_report_history callback page. Loads report list by source and links each item to the detail page.

Suggested callback URLs

Current report page
https://ulike.aiulink.net/genhealth/report.html?report_id={report_id}
History report page
https://ulike.aiulink.net/genhealth/history.html?source={source}