[changes] Modify the pop-up window for emotional suggestions at the backend

This commit is contained in:
lanceyq
2026-03-03 16:47:50 +08:00
parent 5edf3f2b8a
commit bbb2c6c903

View File

@@ -295,8 +295,8 @@ async def get_emotion_suggestions(
f"用户 {request.end_user_id} 的建议数据不存在",
extra={"end_user_id": request.end_user_id}
)
return success(
data={"exists": False},
return fail(
code=404,
msg="情绪建议数据不存在,请点击右上角刷新进行初始化"
)