master
parent
bbdee9d7d7
commit
cea025ecdd
|
|
@ -1335,8 +1335,6 @@
|
|||
"path": "/api/nursing/hospital-companion/list",
|
||||
"query": { "type": "1" },
|
||||
"response": {
|
||||
"code": 200,
|
||||
"message": "ok",
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
|
|
@ -1408,7 +1406,7 @@
|
|||
"path": "/api/nursing/hospital-companion/list",
|
||||
"query": { "type": "2" },
|
||||
"response": {
|
||||
"services": [
|
||||
"data": [
|
||||
{
|
||||
"id": "1",
|
||||
"title": "住院陪护4小时",
|
||||
|
|
@ -1437,7 +1435,7 @@
|
|||
"type": "3"
|
||||
},
|
||||
"response": {
|
||||
"list": [
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "上门助浴2人",
|
||||
|
|
@ -1466,7 +1464,7 @@
|
|||
"type": "4"
|
||||
},
|
||||
"response": {
|
||||
"list": [
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"title": "4小时陪诊",
|
||||
|
|
|
|||
Loading…
Reference in New Issue