|
@@ -61,8 +61,6 @@ class WebLogin extends Middleware
|
|
|
return response()->json(message(1012, false, null))->setEncodingOptions(256);
|
|
|
}
|
|
|
|
|
|
- var_dump("{$url}&{$uuid}&{$ctime}");
|
|
|
- var_dump($sign,$checkSign);
|
|
|
if ((empty($sign) || $sign != $checkSign) && !in_array($controller, $noLoginActs)) {
|
|
|
return response()->json(message(1036, false, null))->setEncodingOptions(256);
|
|
|
}
|