fix: 首页UI重构设计
This commit is contained in:
@@ -69,4 +69,13 @@ export function upLoadChatFileApi(params) {
|
||||
*/
|
||||
export async function getDoctorInfoApi(params) {
|
||||
return await get('/chat-friends/get-doctor-info', params, 3)
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取房间状态
|
||||
* @param params { room_id: string }
|
||||
* @returns {Promise<*>}
|
||||
*/
|
||||
export async function getRoomStatusApi(params) {
|
||||
return await get('/chat-friends/get-room-status', params, 3)
|
||||
}
|
||||
@@ -56,4 +56,13 @@ export async function updateIntroductionImagesApi(params) {
|
||||
*/
|
||||
export async function checkOnlineConsultationConfigApi(params) {
|
||||
return await get('/store/check-online-consultation-config', params, 3)
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取药品分类列表
|
||||
* @param params { zone_type: string }
|
||||
* @returns {Promise<*>}
|
||||
*/
|
||||
export async function getDrugCategoriesApi(params) {
|
||||
return await get('/product/drug-categories', params, 3)
|
||||
}
|
||||
Reference in New Issue
Block a user