同意加入诊所
请求地址: v1/doctorGroup/agreeOrRejectJoinDoctorGroup/{doctorId}/{ownerId}/{inviteStatus}
HTTP请求方式: post
请求参数说明
| 参数名称 | 参数类型 | 参数说明 |
|---|---|---|
| doctorId | long | 被邀请医生id |
| ownerId | long | 诊所创建者 |
| inviteStatus | string | join(加入) manual_reject(忽略) |
响应结果示例
{
"ret_code": 0,
"ret_values": {
"ownerId":2
},
"message": "同意加入诊所
}