项目仓库初始化

This commit is contained in:
Stev_Wang
2025-12-25 18:20:37 +08:00
commit b975165f18
12 changed files with 405 additions and 0 deletions

5
debug.js Normal file
View File

@@ -0,0 +1,5 @@
// @ts-ignore http调试消息处理
export async function execute(http_message) {
console.log(`收到调试信息`)
return HttpResUtils.ok("收到调试信息");
}