Explorar el Código

添加notes字段

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

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

@@ -60,7 +60,7 @@ class ClassifyController extends Controller
60 60
         if($id == 6) {
61 61
             $fields_josn ='{
62 62
                 "id": 6,
63
-                "api": "/maternity_matron_order/store",
63
+                "api": "maternity_matron_order/store",
64 64
                 "fields": [
65 65
                     {
66 66
                         "name": "level",
@@ -93,7 +93,7 @@ class ClassifyController extends Controller
93 93
         } else {
94 94
             $fields_josn = '{
95 95
                 "id": 7,
96
-                "api": "/housekeeper_order/store",
96
+                "api": "housekeeper_order/store",
97 97
                 "fields": [
98 98
                     {
99 99
                         "name": "contents",

Loading…
Cancelar
Guardar