This commit is contained in:
2025-10-01 17:12:12 +08:00
parent 8e32bd2463
commit 950744adca
2 changed files with 184 additions and 3 deletions

View File

@@ -8,4 +8,12 @@ export function executeInstruction(data) {
})
}
export function getHistory(type, limit) {
return request({
url: '/jarvis/instruction/history',
method: 'get',
params: { type, limit }
})
}