chore: remove wechat remnants

This commit is contained in:
2026-01-17 21:06:02 +08:00
parent 1419bd9bd0
commit 79146434a8
18 changed files with 46 additions and 114 deletions

View File

@@ -24,7 +24,7 @@
### 0.4 当前实现说明
- 当前端到端实现已切换为 OTP + JWT;以下 WeChat OAuth/H5 内容为历史规格,待后续统一重写
- 当前实现以 OTP 登录 + JWT 认证为准;本文仅保留已落地接口说明
---
@@ -50,7 +50,7 @@ Body
---
## 2. WeChat H5 内容与用户
## 2. Portal 用户端内容与用户
### 2.1 曲谱列表(仅已发布)
@@ -75,8 +75,7 @@ Response示例结构
"likes": 0,
"tags": ["tag"],
"head_images": ["https://signed-url..."],
"bought": false,
"recharge_wechat": "联系微信(可选)"
"bought": false
}
],
"total": 123,
@@ -141,14 +140,6 @@ Body
约束trim 后不能为空;最大 12 个字符(按 rune 计)。
### 2.8 JS-SDK 配置
`GET /wechats/js-sdk?url=<current_page_url_without_hash>`
ResponseJS-SDK 签名数据(结构按前端 `weixin-js-sdk` 需要输出)
---
## 3. Admin租户后台
### 3.1 登录