diff --git a/uni-id-score.md b/uni-id-score.md index 553ec00..d7b4849 100644 --- a/uni-id-score.md +++ b/uni-id-score.md @@ -8,7 +8,7 @@ | \_id | Object ID | 是 | 存储文档 ID,系统自动生成 | | user_id | String | 是 | | | score | Integer | 是 | 本次变化的积分 | -| type | Integer | 否 | 积分类型 1:收入 2:指出 | +| type | Integer | 否 | 积分类型 1:收入 2:支出 | | balance | Integer | 是 | 变化后的积分余额 | | comment | String | 否 | 备注,说明积分新增、消费的缘由 | | create_date | Timestamp | 否 | 创建时间 |