321
This commit is contained in:
parent
4a80fc27ca
commit
b86ae43a30
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
### 2.3 收益记录创建
|
||||
|
||||
为每个分到鸽子费的用户创建收益记录: 使用现有的收益服务
|
||||
为每个分到鸽子费的用户创建收益记录: 使用现有的收益服务SQEarningsServices
|
||||
- **表**:`SQEarningsRecord`
|
||||
- **字段**:
|
||||
- `user_id`:分到钱的用户ID
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
### 2.4 用户收益更新
|
||||
|
||||
为每个分到鸽子费的用户更新:
|
||||
为每个分到鸽子费的用户更新: SQEarningsServices 使用收益服务后,就不需要这一步了,因为收益中会自己处理的。
|
||||
- `CoreCmsUser.pending_earnings` += 分到的金额
|
||||
|
||||
### 2.5 消息通知
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user