From a380050a25bcc5ad6a3bad6406110ffd2a3e1ba4 Mon Sep 17 00:00:00 2001 From: dark <255317@qq.com> Date: Thu, 14 Mar 2024 02:43:39 +0800 Subject: [PATCH] test503 --- internal/logic/test503logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/test503logic.go b/internal/logic/test503logic.go index 1008f21..57af82c 100644 --- a/internal/logic/test503logic.go +++ b/internal/logic/test503logic.go @@ -34,5 +34,5 @@ func (l *Test503Logic) Test503() (resp *types.Response, err error) { }, nil } - return nil, httpresult.ErrorResultDefault("5031") + return nil, httpresult.ErrorResultDefault("503") }