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',
'discount',
'commission_rate',
'telegram_id'
'telegram_id',
'uuid'
])
->first();
if (!$user) {