LuluFJ.Ho 3 år sedan
förälder
incheckning
2a0d04d67c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      app/Http/Controllers/Web/AiFaceController.php

+ 1
- 1
app/Http/Controllers/Web/AiFaceController.php Visa fil

28
         $preData = $request->all();
28
         $preData = $request->all();
29
         $accessToken = '';
29
         $accessToken = '';
30
         $today = date("Y-m-d");
30
         $today = date("Y-m-d");
31
-        return '123';
31
+
32
         $tokenData = $this->aiFaceSv->getTokenData();
32
         $tokenData = $this->aiFaceSv->getTokenData();
33
         
33
         
34
         if (!isset($tokenData)) {
34
         if (!isset($tokenData)) {