一部分内容

This commit is contained in:
2020-11-06 22:30:17 +08:00
parent 8e146606da
commit a75e5a3c02
9 changed files with 148 additions and 14 deletions

View File

@@ -1024,3 +1024,7 @@ export async function interests() {
return res.data;
}
export async function getset() {
const res = await get('getset');
return res.data;
}