feat(api): add shop management clients

This commit is contained in:
zetaloop
2026-04-25 14:49:25 +08:00
parent e559204347
commit 358bfc7ac9
3 changed files with 193 additions and 7 deletions
+14 -1
View File
@@ -21,7 +21,20 @@ export {
listServicesByPlayer,
updatePlayerService,
} from "./services"
export { getShopById, getShopByOwnerId, listShops } from "./shops"
export {
addShopAnnouncement,
deleteShopAnnouncement,
getMyShop,
getShopById,
getShopByOwnerId,
getShopIncomeStats,
inviteShopPlayer,
listShopInvitations,
listShops,
removeShopPlayer,
updateShop,
updateShopTemplate,
} from "./shops"
export {
getWalletBalance,
listWalletTransactions,