Browse Source

申请开票验证项目减少2

master
wanghongjun 1 year ago
parent
commit
31ea8b0995
  1. 2
      app/validate/InvoiceHeadValidate.php

2
app/validate/InvoiceHeadValidate.php

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

Loading…
Cancel
Save