Explorar el Código

update: getInfo show uuid

tokumeikoi hace 3 años
padre
commit
037e22aa2d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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) {