This commit is contained in:
eric
2026-03-16 20:39:19 -05:00
parent 473fa1a1cf
commit 9d45fede7f
4 changed files with 22 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ export async function GET(request: NextRequest) {
try {
const { status, data } = await getSalonApi(
request,
`/api/salon/join/by-wechat?wechat_id=${encodeURIComponent(wechatId)}`,
`/api/salon/join/by-wechat?wechat_id=${encodeURIComponent(wechatId)}&_=${Date.now()}`,
{ timeoutMs: 6000 }
);
if (status === 200 && data && typeof data === "object") {