This commit is contained in:
2025-11-06 00:13:06 +08:00
parent c6fa3d0018
commit 9ed12b9248
3 changed files with 53 additions and 16 deletions

View File

@@ -97,3 +97,11 @@ export function getSheetList(params) {
})
}
// 测试获取用户信息
export function testUserInfo() {
return request({
url: '/jarvis/tendoc/testUserInfo',
method: 'get'
})
}