feat: 技术债务清理(支付配置动态化、API文档补全、轮询常量提取、废弃代码清理)
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m13s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m13s
This commit is contained in:
@@ -96,8 +96,6 @@ type RechargeCheckResponse struct {
|
||||
Threshold int64 `json:"threshold" description:"佣金触发阈值(分)"`
|
||||
// 提示信息
|
||||
Message string `json:"message" description:"提示信息"`
|
||||
// 一次性佣金是否已发放
|
||||
FirstCommissionPaid bool `json:"first_commission_paid" description:"一次性佣金是否已发放"`
|
||||
}
|
||||
|
||||
// GetRechargeRequest 获取充值订单详情请求
|
||||
|
||||
Reference in New Issue
Block a user