wugg 9 months ago
parent
commit
57f914ec40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Payment.php

+ 1 - 1
app/admin/controller/Payment.php

@@ -21,7 +21,7 @@ class Payment extends Base
 //    已作废:invalidated
 //    已红冲:reversed
     protected $invStatus=[0=>"待验证","1"=>'正常',"2"=>'已作废',"3"=>'已红冲'];
-    	public $novalidate=['*'];
+    
     public function __construct(App $app) {
     	parent::__construct($app);
     	$invoice =Config::get("invoiceType");