新增常见问题,,调整网页地址

This commit is contained in:
2024-07-22 16:08:46 +08:00
parent 00384d7382
commit 526e775cd8
7 changed files with 41 additions and 33 deletions

View File

@@ -63,4 +63,8 @@ export const logout = async function() {
// 获取隐私协议
export const getPrivaciList = async function() {
return await GET('/wx/getQuestions?page=1&type=' + 1);
}
// 获取常见问题
export const getQuestionList = async function(page) {
return await GET(`/wx/getQuestions?page=${page}&type=0`);
}