This commit is contained in:
邹宗楠
2023-07-05 19:14:08 +08:00
parent 83a0b72168
commit 71425a6952
2 changed files with 25 additions and 11 deletions

View File

@@ -293,7 +293,7 @@ func (c *TaoBaoVegetableController) RefundOrderSuccess() {
return
}
default:
callbackResponse := taoVegetable.OnCallbackMsg(tao_vegetable.OrderStatusRefundSuccess, refundSuccess.OutSubOrderId, refundSuccess)
callbackResponse := taoVegetable.OnCallbackMsg(tao_vegetable.OrderStatusRefundSuccess, refundSuccess.OutMainRefundId, refundSuccess)
c.Data["json"] = callbackResponse
c.ServeJSON()
return