diff --git a/app/my/streamerVerification/joinGuild/page.jsx b/app/my/streamerVerification/joinGuild/page.jsx index 994f7df..fbf3a05 100644 --- a/app/my/streamerVerification/joinGuild/page.jsx +++ b/app/my/streamerVerification/joinGuild/page.jsx @@ -136,6 +136,7 @@ export default function JoinGuild() {
@@ -155,6 +156,7 @@ export default function JoinGuild() {
diff --git a/app/my/streamerVerification/joinStreamer/page.jsx b/app/my/streamerVerification/joinStreamer/page.jsx index 04dcf9a..d36cdcf 100644 --- a/app/my/streamerVerification/joinStreamer/page.jsx +++ b/app/my/streamerVerification/joinStreamer/page.jsx @@ -128,6 +128,7 @@ export default function JoinStreamer() { setFormData((old) => ({ ...old, name: value })) @@ -168,6 +169,7 @@ export default function JoinStreamer() { setFormData((old) => ({ ...old, contact: value })) diff --git a/app/space/setting/spaceRefund/page.jsx b/app/space/setting/spaceRefund/page.jsx index 6c237ce..7aa268a 100644 --- a/app/space/setting/spaceRefund/page.jsx +++ b/app/space/setting/spaceRefund/page.jsx @@ -59,7 +59,7 @@ export default function SpaceRefund() { if (isSubmitting) return; setIsSubmitting(true); try { - const _data = await requireAPI("POST", "/api/zone/refund", { + const _data = await requireAPI("POST", "/api/zone/refund_v2", { body: { zid: Number(searchParams.get("id")), contact_name: name, @@ -166,6 +166,7 @@ export default function SpaceRefund() { 联系方式

setContact(value)} value={contact} @@ -184,6 +185,7 @@ export default function SpaceRefund() {