Files
soul-yongping/scripts/test/miniapp/README.md
卡若 76965adb23 chore: 清理敏感与开发文档,仅同步代码
- 永久忽略并从仓库移除 开发文档/
- 移除并忽略 .env 与小程序私有配置
- 同步小程序/管理端/API与脚本改动

Made-with: Cursor
2026-03-17 17:50:12 +08:00

20 lines
557 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 小程序接口测试 (miniapp)
> 小程序 C 端接口测试用例。对应 miniprogramAPI 路径:`/api/miniprogram/*`
---
## 测试范围
- 登录微信登录、手机号、token 持久化)
- 购买与支付(下单、微信支付、回调、购买状态)
- 推荐与分润(扫码/分享带 ref、绑定、分润计算
- VIP 功能(开通、资料、头像上传、排行展示)
- 阅读(文章列表、详情、预览、全文)
---
## 用例编写
在此目录下新增 `.md` 或测试脚本,按场景组织用例。