diff --git a/app/Endpoint/Api/Http/Resources/UserInfoResource.php b/app/Endpoint/Api/Http/Resources/UserInfoResource.php index ee942d50..8e52d824 100644 --- a/app/Endpoint/Api/Http/Resources/UserInfoResource.php +++ b/app/Endpoint/Api/Http/Resources/UserInfoResource.php @@ -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, ]; }