rcs5.0 commit

This commit is contained in:
wangxinfei
2025-05-19 17:29:51 +08:00
commit e8af49b0f5
720 changed files with 175022 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = function (app, Mock) {
app.post('/test', (req, res) => {
res.json({
code: '0',
result: {
}
})
})
}