@ -37,8 +37,8 @@ class InvoiceHeadValidate extends Validate
* 验证场景.
*/
protected $scene = [
'type1' => ['title','tax_number','address','telephone','bank_name','bank_account'],
'type0' => ['title','tax_number','address','telephone','bank_name','bank_account'],
'type2' => ['title','tax_number'],
'type1' => ['title','tax_number'],
'type' => ['type']
];