Browse Source

申请开票接口优化 type修改为0,1

master
wanghongjun 1 year ago
parent
commit
8e7b21b9d7
  1. 2
      app/validate/InvoiceHeadValidate.php

2
app/validate/InvoiceHeadValidate.php

@ -12,7 +12,7 @@ class InvoiceHeadValidate extends Validate
* 验证规则.
*/
protected $rule = [
'type|抬头类型' => 'require|in:1,2',
'type|抬头类型' => 'require|in:0,1',
'title|抬头名称' => 'require',
'tax_number|税号' => 'require|alphaNum|length:18',
'address|地址' => 'require',

Loading…
Cancel
Save