调整分包,完成隐私协议(样式待优化)
This commit is contained in:
@@ -58,4 +58,9 @@ export const getUnReadApproveNumber = async function() {
|
||||
// 退出登录
|
||||
export const logout = async function() {
|
||||
return await POST('/wx/logout');
|
||||
}
|
||||
|
||||
// 获取隐私协议
|
||||
export const getPrivaciList = async function() {
|
||||
return await GET('/wx/getQuestions?page=1&type=' + 1);
|
||||
}
|
Reference in New Issue
Block a user