This commit is contained in:
wangjinlei
2022-02-28 10:01:14 +08:00
parent 4ce4deb4aa
commit bba9cbb937
5 changed files with 112 additions and 26 deletions

View File

@@ -221,7 +221,7 @@ class Publish extends Controller {
*/
public function check_login() {
$data = $this->request->post();
if ($data['account'] == 'supervise' && $data['password'] == 'wu751019') {
if ($data['account'] == 'superAdmin' && $data['password'] == 'Wu999999') {
return jsonSuccess([]);
} else {
return jsonError('check error!');