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