This commit is contained in:
邹宗楠
2025-08-04 11:39:13 +08:00
parent 7c392836f5
commit 0356b0f92a
5 changed files with 26 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ func (a *API) AggregatePay(param *AggregatePayReq) (*AggregatePayResp, error) {
return resp, nil
}
// AggregateRefund 主扫退款 (已经对接了一个了)
// AggregateRefund 聚合退款
func (a *API) AggregateRefund(param *AggregateRefundReq) (*AggregateRefundResp, error) {
reqParameter := map[string]interface{}{
"req_data": utils.Struct2Map(param, "", false),