20201112
This commit is contained in:
@@ -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!');
|
||||
|
||||
Reference in New Issue
Block a user