文档
测试

获取用户关联的合作医院

GET
http://localhost/app/customer/home/getCooperationHospitalInfo?phone=19855351192&token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyUGhvbmUiOiIxODc3OTc5ODIxNCIsImV4cCI6MTY5MzAxMzY0OSwidXNlcklkIjo0MjA5fQ.Jy4gbYxHdmKHJFAlSvy4AjmhZ0cVz3ByePsR67rVeeA

接口描述

增加图片类型,introInfoType=1(公司介绍) =2 (宣传视频),=3(商品)4-溜达广场饮食

请求参数

参数名
类型
描述
必填
phone
int
示例:19855351192
必填
token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyUGhvbmUiOiIxODc3OTc5ODIxNCIsImV4cCI6MTY5MzAxMzY0OSwidXNlcklkIjo0MjA5fQ.Jy4gbYxHdmKHJFAlSvy4AjmhZ0cVz3ByePsR67rVeeA
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
state
int
示例:1
必填
userRelatedCooHospitalDetail
object
数据字典
必填
cooperationHospitalPictureVoList
array
数据列表
必填
cooperationDisplayPicture
string
示例:https://tj-data-bak-to-test20221028.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/coohospital/fristpageDiaBanner.png
必填
cooperationDisplayVideoUrl
string
示例:
必填
cooperationHospitalId
int
示例:0
必填
cooperationHospitalIntroUrl
string
示例:https://www.365healthy.net/mobile/page/intro
必填
createTime
object
示例:null
必填
goodsId
int
示例:103
必填
id
int
示例:0
必填
introInfoType
int
示例:3
必填
isDeleted
int
示例:0
必填
updateTime
object
示例:null
必填
cooperationHospitalVo
object
数据字典
必填
createTime
object
示例:null
必填
hospitalAddress
string
示例:
必填
hospitalLevel
int
示例:0
必填
hospitalMark
string
示例:
必填
hospitalName
string
示例:浙江妙智康健康科技
必填
id
int
示例:0
必填
isDeleted
int
示例:0
必填
updateTime
object
示例:null
必填

说明 / 示例

{ "msg": "获取成功", "state": 1, "userRelatedCooHospitalDetail": { "cooperationHospitalPictureVoList": [ { "cooperationDisplayPicture": "https://tj-data-bak-to-test20221028.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/coohospital/fristpageDiaBanner.png", "cooperationDisplayVideoUrl": "", "cooperationHospitalId": 0, "cooperationHospitalIntroUrl": "https://www.365healthy.net/mobile/page/intro", "createTime": null, "goodsId": 103, "id": 0, "introInfoType": 3, "isDeleted": 0, "updateTime": null }, { "cooperationDisplayPicture": "https://tj-data-bak-to-test20221028.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/coohospital/fristpageFattyBanner.png", "cooperationDisplayVideoUrl": "", "cooperationHospitalId": 0, "cooperationHospitalIntroUrl": "https://www.365healthy.net/mobile/page/intro", "createTime": null, "goodsId": 102, "id": 0, "introInfoType": 3, "isDeleted": 0, "updateTime": null }, { "cooperationDisplayPicture": "https://tj-data-bak-to-test20221028.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/coohospital/浙大妙智康2.png", "cooperationDisplayVideoUrl": "", "cooperationHospitalId": 0, "cooperationHospitalIntroUrl": "https://www.365healthy.net/mobile/page/intro", "createTime": null, "goodsId": 0, "id": 0, "introInfoType": 1, "isDeleted": 0, "updateTime": null }, { "cooperationDisplayPicture": "https://tj-data-bak-to-test20221028.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/app/banner/mzkpromotionalvideopicture.png", "cooperationDisplayVideoUrl": "https://tj-data-bak-to-test20221028.oss-cn-hangzhou.aliyuncs.com/uploadFiles/images/app/banner/MZKPromotionalVideo.mp4", "cooperationHospitalId": 0, "cooperationHospitalIntroUrl": "https://www.365healthy.net/mobile/page/intro", "createTime": null, "goodsId": 0, "id": 0, "introInfoType": 2, "isDeleted": 0, "updateTime": null } ], "cooperationHospitalVo": { "createTime": null, "hospitalAddress": "", "hospitalLevel": 0, "hospitalMark": "", "hospitalName": "浙江妙智康健康科技", "id": 0, "isDeleted": 0, "updateTime": null } } }