@@ -14,7 +14,7 @@ use think\App;
use think\facade\Validate;
class Stage extends Base{
public function __construct(App $app) {
- $this->noLogin=["*"];
+ // $this->noLogin=["*"];
parent::__construct($app);
$this->model =new PayPayment();
}