{"name":"紫薇斗数专业分析API","version":"1.241","status":"running","endpoints":{"health":"/health","inviteLanding":"GET /api/ziwei/register?inviteCode=CODE 与 GET /ziwei/register?inviteCode=CODE（HTML 落地页；网关仅转发 /api 时用前者）","user":{"login":"POST /api/user/login","register":"POST /api/user/register","sms/send":"POST /api/sms/send (body: phone, scene=register|login|set-password)","register-by-phone":"POST /api/user/register-by-phone (body: phone, smsCode, password可选与验证码二选一, username?, agreeDisclaimer)","login-by-sms":"POST /api/user/login-by-sms (body: phone, smsCode)"},"profile":{"list":"GET /api/profile/list?userId=xxx","save":"POST /api/profile/save","delete":"DELETE /api/profile/delete?profileId=xxx&userId=xxx"},"chart":{"save":"POST /api/chart/save","list":"GET /api/chart/list?profileId=xxx","detail":"GET /api/chart/detail?chartId=xxx"},"analysis":{"analyze":"POST /api/analyze","save":"POST /api/analysis/save","list":"GET /api/analysis/list?chartId=xxx"}}}