6bac6b5c80
/me/credit 接口调用了 db.ratings.list_for(),但 RatingRepository 只有 avg_for 和 create 方法, 导致 AttributeError 返回 500。添加 list_for 方法返回用户收到的评价列表。