From 49c254ed5bdc8348551d808ee72579a6d2221e3b Mon Sep 17 00:00:00 2001
From: lrj <owen.stl@gmail.com>
Date: 星期六, 04 十月 2025 18:43:12 +0800
Subject: [PATCH] fix(miniprogram): 切换 GraphQL 端点为 /graphql,修复 review/index 400

---
 web/src/api/promotion.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/src/api/promotion.js b/web/src/api/promotion.js
index 2878790..c2b315d 100644
--- a/web/src/api/promotion.js
+++ b/web/src/api/promotion.js
@@ -5,6 +5,7 @@
   query GetPromotionCompetitions($name: String, $page: Int, $size: Int) {
     promotionCompetitions(name: $name, page: $page, size: $size) {
       id
+      competitionId
       competitionName
       stageName
       maxParticipants

--
Gitblit v1.8.0