文档
测试

发票配置详情

GET
http://192.168.110.33:51849/app/invoice/config/entity?id=15

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

请求参数

参数名
类型
描述
必填
id
int
要查询数据的id
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:OK
必填
data
object
数据字典
必填
id
int
主键
必填
proName
string
发票类型
必填
invoiceType
string
发票大类 1.专票 2.普票
必填
invoiceName
object
发票名称
必填
showPoint
float
票面税点
必填
basePoint
float
报价税点
必填
lowestPoint
float
最低税点
必填
factoryPoint
float
厂家收点
必填
isPublic
int
是否公对公转账 0.否 1.是
必填
isOnline
int
是否为电子发票 0.否 1.是
必填
factoryInfo
string
厂家信息
必填
factoryName
string
厂家名称
必填
factoryId
int
厂家id
必填
accountName
string
账户名称
必填
ok
boolean
示例:true
必填