feat(services): manage services through backend

This commit is contained in:
zetaloop
2026-04-25 14:31:04 +08:00
parent 074ad8f35b
commit e559204347
4 changed files with 236 additions and 71 deletions
+8 -1
View File
@@ -13,7 +13,14 @@ export { getOrderById, listOrders, listOrdersByConsumer } from "./orders"
export { getPlayerById, listPlayers, listPlayersByShop } from "./players"
export { getPostById, listPosts, listPostsByAuthor, togglePostLike } from "./posts"
export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./reviews"
export { getServiceById, listServices, listServicesByPlayer } from "./services"
export {
createPlayerService,
deletePlayerService,
getServiceById,
listServices,
listServicesByPlayer,
updatePlayerService,
} from "./services"
export { getShopById, getShopByOwnerId, listShops } from "./shops"
export {
getWalletBalance,