Commit 8023644c by lujunyi

登录错误

parent 68114a62
......@@ -42,7 +42,7 @@ public function login(Request $request)
return $this->success($data);
} else {
return $this->fail('登录错误~');
return $this->failed('登录错误~');
}
}
......
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 sign in to comment