发票信息修改
POST
http://172.16.16.100:8085/api/admin/invoice/upl
请求参数
参数名
类型
描述
必填
id
Integer
必填
userId
Integer
用户id
必填
type
Integer
类型(0电子普通发票1增值税专用发票)
必填
subject
Integer
主体类型(0个人,1单位)
必填
title
String
抬头
必填
consignee
String
收票人姓名
必填
mobile
String
收票人手机
必填
address
String
详细地址
必填
email
String
邮箱
必填
registerAddress
String
注册地址
必填
registerTel
String
注册电话
必填
bankName
String
开户银行
必填
bankAccout
String
银行账号
必填
anotherSend
Boolean
发票另寄
必填
monthly
Boolean
是否月度开票(0否1是)
必填
isDefault
Boolean
是否默认发票(0否1是)
必填
响应参数
参数名
类型
描述
必填
retMsg
String
操作成功,服务端异常
必填
retCode
String
0表示操作成功,50010服务端异常
必填
data
Object
返回参数
必填