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']){