From 0d01df696667dc73afee4c02009c6413b9264bf6 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:56:23 +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 e83ccfac..dc4ea0a5 100644 --- a/platformapi/tao_vegetable/api_model.go +++ b/platformapi/tao_vegetable/api_model.go @@ -57,7 +57,7 @@ func CallBackResultSign(err error) *CallBackResult { } return &CallBackResult{ Success: false, - ErrCode: "sign-check-failure", + ErrCode: "SUCCESS", ErrMsg: err.Error(), } }