简要描述
请求URL
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
user_id |
是 |
string |
用户id |
company_id |
是 |
string |
公司id |
invoice_address_id |
否 |
string |
发票地址id 编辑的时候传 |
返回示例
{
"code": 200,
"msg": "OK",
"data": [
{
"id": 7,
"open_ticket_recipient": "",
"open_ticket_recipient_tel": "15522109887",
"open_ticket_address": "天津市东丽区123123",
"open_province": "中国",
"open_city": "北京市",
"open_region": "安徽省"
},
{
"id": 8,
"open_ticket_recipient": "",
"open_ticket_recipient_tel": "15522109887",
"open_ticket_address": "天津市东丽区123123",
"open_province": "中国",
"open_city": "北京市",
"open_region": "安徽省"
},
{
"id": 9,
"open_ticket_recipient": "",
"open_ticket_recipient_tel": "15522109887",
"open_ticket_address": "天津市东丽区123123",
"open_province": "中国",
"open_city": "北京市",
"open_region": "安徽省"
},
{
"id": 10,
"open_ticket_recipient": "",
"open_ticket_recipient_tel": "15522109887",
"open_ticket_address": "天津市东丽区123123",
"open_province": "中国",
"open_city": "北京市",
"open_region": "安徽省"
}
]
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
200 正常 其他不正常 |
open_ticket_recipient |
string |
发票收件人 |
open_ticket_recipient_tel |
int |
发票收件人电话 |
open_ticket_address |
string |
发票地址 |
open_province |
int |
开票-省 |
open_city |
int |
开票-市 |
open_region |
int |
开票-区 |
备注