This commit is contained in:
熊潇 2025-08-12 22:58:00 +08:00
parent b4ec7be17a
commit a992b45c81

View File

@ -1,5 +1,7 @@
'use strict';
export const getTest = () => {
return {
"a": 1
"a": 1,
"time": new Date().toISOString(),
}
}