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(), }