邮件查找接口

dev/ckeditor
Lei OT 2 weeks ago
parent 29cc138b33
commit 674b3cc591

@ -475,3 +475,8 @@ export const queryOPIOrderAction = async (params) => {
const { errcode, result } = await fetchJSON(`${API_HOST}/getdvancedwlorder`, params) const { errcode, result } = await fetchJSON(`${API_HOST}/getdvancedwlorder`, params)
return errcode !== 0 ? [] : result return errcode !== 0 ? [] : result
}; };
export const queryInMailboxAction = async (params) => {
const { errcode, result } = await fetchJSON(`${API_HOST_V3}/mail_search`, params)
return errcode !== 0 ? [] : result
}

Loading…
Cancel
Save