管理端添加账号追溯页面

This commit is contained in:
2025-02-25 11:31:32 +08:00
parent d61131ed61
commit 2090866521
3 changed files with 373 additions and 5 deletions
+8
View File
@@ -342,3 +342,11 @@ export function addNewUserSendEmail(data) {
data
})
}
// 用户追溯
export function getUserJoinedTrialList(data) {
return request({
url: `/TrialMaintenance/getUserJoinedTrialList`,
method: 'post',
data
})
}