6
0
Fork 0

添加砍价接口返回砍价时间

release
vine_liutk 2022-04-11 15:34:36 +08:00
parent 27e852f880
commit a690e597b3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class BargainOrderLogResource extends JsonResource
return $this->userInfo->avatar;
}, ''),
'bargain_amount' => $this->bargain_amount_format,
'created_at' => $this->created_at->format('Y-m-d H:i:s'),
];
}
}