6
0
Fork 0

调整用户信息接口新增成长值字段

release
vine_liutk 2021-12-28 17:11:31 +08:00
parent c45bd080d4
commit 8c524d277f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class UserInfoResource extends JsonResource
'gender' => (string) $this->gender,
'birthday' => (string) $this->birthday?->toDateString(),
'code' => (string) $this->code,
'balance' => '1000.00', //todo 用户余额
'growth_value' => $this->growth_value, //用户成长值
'points' => (int) $this->points,
];
}