Explorar el Código

将token过期时间设置为24小时

chenxiqiang hace 6 años
padre
commit
9fe3d3ace5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      manage-server/app/Http/Controllers/ClassifyController.php

+ 1
- 1
manage-server/app/Http/Controllers/ClassifyController.php Ver fichero

@@ -56,7 +56,7 @@ class ClassifyController extends Controller
56 56
 
57 57
         return Response()->json([
58 58
             "top" => $tops,
59
-            "introduce" => $homePage->introduce,
59
+            "introduce" => $homePage->bottom_introduce,
60 60
             "bottom" => [
61 61
                 "id" => $homePage->id,
62 62
                 "server" => "",

Loading…
Cancelar
Guardar