修改注释

This commit is contained in:
邹景立 2022-10-18 13:02:21 +08:00
parent b6a0db5b74
commit 28818bc8e1
3 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class OrderService extends Service
* 刷新用户入会礼包
* @param integer $uuid 用户UID
* @return integer
* @throws \think\db\exception\DbException
*/
private static function vipEntry(int $uuid): int
{

View File

@ -427,6 +427,7 @@ class RebateService extends Service
* @param string $prize 奖励规则
* @param integer $level 用户等级
* @return boolean
* @throws \think\db\exception\DbException
*/
private function checkPrizeStatus(string $prize, int $level): bool
{

View File

@ -99,6 +99,7 @@ class UserAdminService extends Service
* 获取用户数据统计
* @param int $uuid 用户UID
* @return array
* @throws \think\db\exception\DbException
*/
public static function total(int $uuid): array
{