文档
测试

开发票数据接口处理

POST
/api/Invoice/postInvoice

请求参数

参数名
类型
描述
必填
type
类型:1 个人 2 企业
必填
invoice_title
发票抬头
必填
invoice_number
税号
必填
bank_name
开户银行 type=2 传
必填
card_no
银行卡号 type=2 传
必填
company_address
企业地址 type=2 传
必填
company_tel
企业电话 type=2 传
必填
order_id
订单id
必填
invoice_cate
发票类型 1.电子普通发票 2.增值税纸质普通发票
必填
apply_remark
开票备注
必填

说明 / 示例

{ "success": true, "data": "7", "message": "操作成功" }