+
+
+
+
+ 添加测试账号
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+ {{ formatDate(row.createdAt) }}
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/backend/src/VendingMachine.Api/Controllers/AdminTestAccountController.cs b/backend/src/VendingMachine.Api/Controllers/AdminTestAccountController.cs
new file mode 100644
index 00000000..01e58e67
--- /dev/null
+++ b/backend/src/VendingMachine.Api/Controllers/AdminTestAccountController.cs
@@ -0,0 +1,88 @@
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.EntityFrameworkCore;
+using VendingMachine.Infrastructure.Data;
+using VendingMachine.Domain.Entities;
+
+namespace VendingMachine.Api.Controllers;
+
+///