fix(account): submit verification through backend

This commit is contained in:
zetaloop
2026-04-25 14:17:51 +08:00
parent e3572bf86b
commit 2661cfcd8a
3 changed files with 200 additions and 98 deletions
+8 -1
View File
@@ -16,4 +16,11 @@ export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./revi
export { getServiceById, listServices, listServicesByPlayer } from "./services"
export { getShopById, getShopByOwnerId, listShops } from "./shops"
export { getWalletBalance, listWalletTransactions } from "./transactions"
export { getCurrentUserForLogin, getUserById, switchCurrentRole, updateCurrentUser } from "./users"
export {
applyCurrentUserVerification,
getCurrentUserForLogin,
getUserById,
listCurrentUserVerifications,
switchCurrentRole,
updateCurrentUser,
} from "./users"