Browse Source

申请开票验证项目减少2

master
wanghongjun 12 months 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 = [
'type0' => ['title','tax_number','telephone'],
'type0' => ['title','tax_number'],
'type1' => ['title'],
'type' => ['type']
];

Loading…
Cancel
Save