获取认证健康组织
请求地址: healthOrganizations/getHealthOrganizations
HTTP请求方式: GET
响应结果示例
{
"ret_code": 0,
"ret_values": [
{
"id": 1, // id
"name": "万达全程健康", // 组织名称
"imageUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/pci/picture/pic2@2x.png", // 组织图片
"status": "Authorized" // 组织状态
}
]
}
status: Unautherized 未认证 Authorizing 认证中 Authorized 已认证