获取user signs
请求URL:
/getUserAstroSigns
请求方式:
- POST
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| 无 | 无 | 无 | 无 |
返回示例
{
"code": 200,
"msg": "SUCCESS",
"data": {
"astro": {
"user_astro": {
"signs": {
"sun_sign": "Leo",
"moon_sign": "Sagittarius",
"rising_sign": "Sagittarius",
"sun_sign_summary": "Confident leader with creative flair.",
"moon_sign_summary": "Adventurous emotions seeking freedom.",
"rising_sign_summary": "Enthusiastic and optimistic exterior."
},
"narrative": {
"summary": "Born on August 8, 2001, at 20:08 in Nanjing, China, your astrological chart reveals a fiery, adventurous spirit with Leo Sun in the 10th house, emphasizing leadership and career ambitions. Sagittarius Moon in the 12th house adds a philosophical depth to your emotions, often drawing you towards introspection and spiritual quests. Your Sagittarius Rising in the 1st house projects an optimistic, free-spirited persona that attracts opportunities. Key aspects include a trine between Sun and Mars, boosting your drive and confidence, while Saturn in Gemini in the 7th house suggests lessons in relationships and communication. Elementally, fire dominates, indicating passion and initiative, balanced by some air for intellect. Modality shows a mix of fixed and mutable energies, making you persistent yet adaptable. This chart paints a picture of someone who thrives on exploration, creativity, and public influence, with Neptune's influence adding a touch of idealism. Overall, your path involves balancing bold actions with deeper emotional insights, leading to personal growth and meaningful connections. Uranus in Aquarius hints at innovative thinking, encouraging you to embrace change.",
"strengths": "Your Leo Sun in the 10th house fuels a natural charisma and leadership ability, making you excel in professional settings where you can shine and inspire others. With Sagittarius Moon, you're optimistic and adventurous, approaching emotions with enthusiasm that helps you bounce back from challenges quickly. The Sagittarius Rising enhances your outgoing nature, allowing you to form connections effortlessly and pursue new experiences with joy. Mars in Sagittarius in the 1st house amplifies your assertiveness and courage, driving you to take initiative in life. Jupiter in Cancer in the 8th house brings luck in emotional and financial transformations, fostering generosity and intuition. The fire-heavy element distribution gives you boundless energy and creativity, while the trine aspects, like Sun-Mars, provide smooth energy flow for achieving goals. You're adaptable thanks to mutable modalities, making you versatile in social and intellectual pursuits. Strengths lie in your ability to lead with heart, innovate ideas, and maintain an positive outlook, turning obstacles into opportunities for growth. This chart suggests you'll thrive in roles that allow expression and exploration, building a legacy through passion and wisdom.",
"weaknesses": "While your Leo Sun in the 10th house drives ambition, it can lead to overconfidence or a need for constant admiration, potentially causing you to overlook collaboration. Sagittarius Moon in the 12th house might make emotions elusive or escapist, leading to avoidance of deeper issues through travel or distraction. With Sagittarius Rising, you may come across as restless or commitment-averse, struggling with follow-through on ideas. Mars in Sagittarius in the 1st house can manifest as impulsiveness, resulting in rash decisions that ignite conflicts. Saturn in Gemini in the 7th house indicates challenges in partnerships, where communication barriers or overthinking might hinder relationships. The dominance of fire elements could make you prone to burnout from excessive enthusiasm, ignoring practical details. Mutable modalities add flexibility but may cause inconsistency or scattered focus, making it hard to finish projects. Aspects like Neptune's square to your Sun could blur reality, fostering idealism that turns into disillusionment. Overall, weaknesses include a tendency towards impatience, emotional avoidance, and overextension, but by grounding your fiery energy and addressing relational patterns, you can achieve greater balance and stability."
},
"natal_chart": {
"sun": {
"sign": "Leo",
"house": "10"
},
"Mars": {
"sign": "Sagittarius",
"house": "1"
},
"moon": {
"sign": "Sagittarius",
"house": "12"
},
"Pluto": {
"sign": "Sagittarius",
"house": "1"
},
"Venus": {
"sign": "Cancer",
"house": "9"
},
"Saturn": {
"sign": "Gemini",
"house": "7"
},
"Uranus": {
"sign": "Aquarius",
"house": "3"
},
"Jupiter": {
"sign": "Cancer",
"house": "8"
},
"Mercury": {
"sign": "Leo",
"house": "10"
},
"Neptune": {
"sign": "Aquarius",
"house": "3"
},
"Ascendant": {
"sign": "Sagittarius",
"house": "1"
},
"Midheaven": {
"sign": "Virgo",
"house": "10"
},
"North_Node": {
"sign": "Gemini",
"house": "7"
},
"South_Node": {
"sign": "Sagittarius",
"house": "1"
}
}
}
},
"astroState": 3,
"sigins": {
"sun_sign": "Leo",
"moon_sign": "Sagittarius",
"rising_sign": "Virgo",
"sun_sign_summary": "Leos are bold, creative leaders with a warm heart.",
"moon_sign_summary": "Sagittarius Moon brings adventurous spirit and optimism.",
"rising_sign_summary": "Virgo rising appears practical, analytical, and detail-oriented."
},
"state": 3,
"updatedAt": 1756187737,
"userID": "A10000000"
}
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | string | 提示信息 |
| data | struct | 数据 |
| -userId | string | 用户ID |
| -state | uint8 | 星座状态:1-待生成;2-生成中;3-生成完成;4-生成失败 |
| -astroState | uint8 | 星占状态:1-待生成;2-生成中;3-生成完成;4-生成失败 |
| -sigins | struct | 星座信息 |
| --sun_sign | string | 太阳星座 |
| --moon_sign | string | 月亮星座 |
| --rising_sign | string | 上升星座 |
| --sun_sign_summary | string | 太阳星座总结 |
| --moon_sign_summary | string | 月亮星座总结 |
| --rising_sign_summary | string | 上升星座总结 |
| -astro | struct | 占星资料 |
| ---summary | string | 占星资料总结 |
| ---strengths | string | 星象优势解析 |
| ---weaknesses | string | 星象劣势解析 |
| --user_astro | struct | 占星资料 |
| ---narrative | struct | 占星资料解析 |
| ---signs | struct | 星座信息 |
| ---natal_chart | object | 星盘信息 |
| ----sun | struct | 太阳行星 |
| -----sign | string | 太阳星座 |
| -----house | string | 所处宫位 |
| ----sun | struct | 月亮行星 |
| -----moon | string | 月亮星座 |
| -----house | string | 所处宫位 |
| -updatedAt | int64 | 更新时间 |
备注
错误码 510 系统错误