Commit 92b4e3cc authored by zfc's avatar zfc

修改提示语

parent 1ca0f472
...@@ -300,7 +300,7 @@ class Auth extends Basic ...@@ -300,7 +300,7 @@ class Auth extends Basic
if($table->saveStatus('status',$data['status'],$ids)){ if($table->saveStatus('status',$data['status'],$ids)){
return $this->response(200,'成功',$data); return $this->response(200,'成功',$data);
}else{ }else{
return $this->response(100,'失败',$data); return $this->response(100,'未改动或者角色名重复!',$data);
} }
} }
//权限表界面 //权限表界面
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment