Browse Source

添加notes字段

chenxiqiang 6 years ago
parent
commit
0fc4b40218
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      manage-server/app/Http/Controllers/ClassifyController.php

+ 2
- 2
manage-server/app/Http/Controllers/ClassifyController.php View File

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

Loading…
Cancel
Save