egg_server/test.ts
zhaoyingbo cabc23ae77
Some checks are pending
Egg CI/CD / build-image (push) Waiting to run
Egg CI/CD / deploy (push) Blocked by required conditions
feat: 支持根据用户组转发消息
2024-03-04 12:01:14 +00:00

6 lines
59 B
TypeScript

console.log(
JSON.stringify({
text: "hello",
})
);