From 10b9f5753b518c4b7558b3968fe6ff8f7e8b9cf6 Mon Sep 17 00:00:00 2001 From: Teddyxiongtdx Date: Tue, 25 Aug 2026 22:16:07 +0800 Subject: [PATCH 1/2] Update userId in goldCoinRecord example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新了goldCoinRecord中userId的说明文字 --- src/api/v1/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/v1/user.md b/src/api/v1/user.md index 5434aa84..82c21f97 100644 --- a/src/api/v1/user.md +++ b/src/api/v1/user.md @@ -515,7 +515,7 @@ POST /v1/user/gold-coin-increase-decrease-record "goldCoinRecord": [ { "id": 193275, // 金币记录 ID - "userId": "用户 ID", + "userId": "1234567", // 用户ID(恒为此用户的ID,不是其他人的ID) "typ": 8, // 类型 "beforeAmount": 55.01, // 之前金币数量 "afterAmount": 57.01, // 之后的金币数量 From c566176e91199d99cc4f2ee67debf684ca83c893 Mon Sep 17 00:00:00 2001 From: yyyyt <116234899+yyyytawa@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:53:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs(v1/user.md):=20=E4=BF=AE=E6=AD=A3=20go?= =?UTF-8?q?ld-coin-increase-decrease-record=20userId=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E4=B8=8D=E5=87=86=E7=A1=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/v1/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/v1/user.md b/src/api/v1/user.md index 82c21f97..652d204f 100644 --- a/src/api/v1/user.md +++ b/src/api/v1/user.md @@ -515,7 +515,7 @@ POST /v1/user/gold-coin-increase-decrease-record "goldCoinRecord": [ { "id": 193275, // 金币记录 ID - "userId": "1234567", // 用户ID(恒为此用户的ID,不是其他人的ID) + "userId": "1234567", // 请求 token 对应用户的 ID(不是别人的 ID) "typ": 8, // 类型 "beforeAmount": 55.01, // 之前金币数量 "afterAmount": 57.01, // 之后的金币数量