From 24cc6c06f3433a02fc40b6f6ec4a3123e0f03a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 3 Jul 2023 18:03:32 +0800 Subject: [PATCH] 1 --- controllers/taobao_vegetable.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/taobao_vegetable.go b/controllers/taobao_vegetable.go index dcdc76b33..e5bf541b0 100644 --- a/controllers/taobao_vegetable.go +++ b/controllers/taobao_vegetable.go @@ -146,11 +146,11 @@ func (c *TaoBaoVegetableController) ApplyCancelOrder() { c.Data["json"] = tao_vegetable.CallBackResultSign(fmt.Errorf("非法签名")) c.ServeJSON() return - } else { + } /*else { c.Data["json"] = tao_vegetable.CallBackResultSign(nil) c.ServeJSON() return - } + }*/ callbackResponse := taoVegetable.OnCallbackMsg(tao_vegetable.OrderStatusApplyAfs, afsOrder.OutOrderId, afsOrder) c.Data["json"] = callbackResponse