update
init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { get, post } from '/@/views/mobile/api/api';
|
||||
|
||||
const prefix: string = import.meta.env.VITE_GLOB_APP_PREFIX || '';
|
||||
|
||||
export const questionListApi = (params) => get(`${prefix}/rest/health-survey/trace/questionnaire`, params);
|
||||
|
||||
export const submitQuestionApi = (params) => post(`${prefix}/rest/health-survey/trace/submit`, params);
|
||||
Reference in New Issue
Block a user