goods api

This commit is contained in:
董海洋
2026-06-04 09:19:41 +08:00
parent 698f1e5e7e
commit d70a0c5d96
+1 -1
View File
@@ -72,7 +72,7 @@ async function getGoods(ctx) {
ctx.body = {
code: 200,
...result
data: result
}
}