This commit is contained in:
邹宗楠
2023-07-05 10:09:30 +08:00
parent 57f065314f
commit 784ba51157
2 changed files with 3 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ func (c *TaoBaoVegetableController) ApplyCancelOrder() {
}
default:
callbackResponse := taoVegetable.OnCallbackMsg(tao_vegetable.OrderStatusApplyAfs, afsOrder.OutOrderId, afsOrder)
globals.SugarLogger.Debugf("callbackResponse response : %s", utils.Format4Output(callbackResponse, false))
c.Data["json"] = callbackResponse
c.ServeJSON()
return