From b1c1cec7ab0f31f2ee0af1f0905ebcb598371616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 28 Jun 2023 18:59:49 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/api_model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/api_model.go b/platformapi/tao_vegetable/api_model.go index dc4ea0a5..0426b2c6 100644 --- a/platformapi/tao_vegetable/api_model.go +++ b/platformapi/tao_vegetable/api_model.go @@ -56,7 +56,7 @@ func CallBackResultSign(err error) *CallBackResult { } } return &CallBackResult{ - Success: false, + Success: true, ErrCode: "SUCCESS", ErrMsg: err.Error(), }