9.24上午提交
This commit is contained in:
@@ -550,6 +550,12 @@ const api = {
|
||||
delGroupSendMsg(data){
|
||||
return request('/expertAPI/delGroupSendMsg', data, 'post', false);
|
||||
},
|
||||
patientDetail(data){
|
||||
return request('/expertAPI/patientDetail', data, 'post', false);
|
||||
},
|
||||
toAddNickname(data){
|
||||
return request('/expertAPI/toAddNickname', data, 'post', false);
|
||||
},
|
||||
}
|
||||
|
||||
export default api
|
||||
Reference in New Issue
Block a user