update: getInfo show uuid

This commit is contained in:
tokumeikoi 2021-10-11 21:39:55 +08:00
parent 68def9b4de
commit 037e22aa2d

View File

@ -70,7 +70,8 @@ class UserController extends Controller
'plan_id', 'plan_id',
'discount', 'discount',
'commission_rate', 'commission_rate',
'telegram_id' 'telegram_id',
'uuid'
]) ])
->first(); ->first();
if (!$user) { if (!$user) {