From a08aa70cc81ae739d59edd3eb34f44027b3bf6dd Mon Sep 17 00:00:00 2001 From: knowpia <9812993@qq.com> Date: Thu, 15 Sep 2022 13:50:43 +0800 Subject: [PATCH] fix bug --- app/controller/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Address.php b/app/controller/Address.php index a459e57..e6a7f6f 100644 --- a/app/controller/Address.php +++ b/app/controller/Address.php @@ -87,7 +87,7 @@ class Address return show("请登录!",NEED_LOGIN); } if(!empty($post['id'])) { - return show("找不到地址信息!"); + return show("参数不正确!"); } $d = Db::name("app_address")->where("id",$post['id'])->find(); if($userid != $d['userid']){