From 8bdf094ef1c2cc44eeb41adf5bf8449f7b9aa3ca Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Thu, 22 Oct 2020 11:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Constants/v3/ErrorCode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Constants/v3/ErrorCode.php b/app/Constants/v3/ErrorCode.php index 1f26a59..7e6a60d 100644 --- a/app/Constants/v3/ErrorCode.php +++ b/app/Constants/v3/ErrorCode.php @@ -408,12 +408,12 @@ class ErrorCode extends AbstractConstants const TOKEN_NOT_EXISTS = 1353; /************************************/ - /* 骑手相关 1401-1450 */ + /* 骑手相关 1451-1500 */ /************************************/ /** * 获取骑手坐标失败 * @Message("获取骑手坐标失败") */ - const HORSEMAN_COORDINATE_FAIL = 1401; + const HORSEMAN_COORDINATE_FAIL = 1451; } \ No newline at end of file