From 26672406646e341f20e0eaea3345c450b2741a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 16 Sep 2021 15:33:55 +0800 Subject: [PATCH] Update RebateService.php --- app/data/service/RebateService.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/data/service/RebateService.php b/app/data/service/RebateService.php index 0566173fd..cb342bc0f 100644 --- a/app/data/service/RebateService.php +++ b/app/data/service/RebateService.php @@ -418,10 +418,10 @@ class RebateService extends Service /** * 写返利记录 - * @param int $uuid - * @param array $map - * @param string $name - * @param float $amount + * @param int $uuid 奖励用户 + * @param array $map 查询条件 + * @param string $name 奖励名称 + * @param float $amount 奖励金额 */ private function writeRabate(int $uuid, array $map, string $name, float $amount) {