让 C 端在续费前展示当前应付价格
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m11s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m11s
Constraint: 续费展示价必须与当前销售渠道的生效零售价一致 Rejected: 新增专用续费报价接口 | 现有资产信息已承载续费入口上下文 Confidence: high Scope-risk: narrow Directive: 下单时仍须重新校验续费资格和最终价格 Tested: go build ./internal/handler/app Not-tested: 按用户要求未添加或运行测试
This commit is contained in:
7
docs/client-asset-renewal-price/功能总结.md
Normal file
7
docs/client-asset-renewal-price/功能总结.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# C 端资产续费价格
|
||||
|
||||
`GET /api/c/v1/asset/info` 在当前套餐信息中返回 `renewal_price`,单位为分;无当前主套餐时返回 `0`。
|
||||
|
||||
- 平台自营资产:返回套餐当前生效零售价。
|
||||
- 代理渠道资产:返回该代理套餐分配记录的当前生效零售价。
|
||||
- 续费下单仍由原订单创建接口重新校验资格和最终价格,前端展示值不作为下单价格凭证。
|
||||
Reference in New Issue
Block a user