新增常见问题,,调整网页地址
This commit is contained in:
@@ -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`);
|
||||
}
|
Reference in New Issue
Block a user