# 支付管理 ## 定位 - 组件编码:`payment` - 组件包名:`zoujingli/think-plugs-payment` - 主要职责:支付配置、余额积分、收货地址、支付记录与退款相关能力 ## 边界 - 对外 HTTP 接口前缀:`/api/payment/auth/*` - 依赖账号登录态,接口基于 `Authorization: Bearer ` 认证 - 为商城等业务组件提供支付、地址和余额积分基础能力 ## 文档 - 接口与参数说明:`readme.api.md` - 官方页面:[https://thinkadmin.top/plugin/think-plugs-payment.html](https://thinkadmin.top/plugin/think-plugs-payment.html)