mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改注释
This commit is contained in:
parent
b6a0db5b74
commit
28818bc8e1
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user