Browse Source

update: getInfo show uuid

tokumeikoi 3 years ago
parent
commit
037e22aa2d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Controllers/User/UserController.php

+ 2 - 1
app/Http/Controllers/User/UserController.php

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