文档
测试

获取我的默认发票台头

POST
GetMemberInvoiceObjectForDefault

接口描述

获取我的默认发票台头

请求参数

参数名
类型
描述
必填
dataJson
object
数据参数
必填
member_id
number
会员ID 示例:100000
必填
client_key
string
密钥 示例:A5D22FF169993B30EFD2F2AE2A1875B572AA1835D2DBA51C588E601FA684CF4C
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
id
int
id 示例:2
必填
member_id
int
会员ID 示例:100001
必填
type
int
类型【1企业 2个人】示例:2
必填
invoice_object
string
台头 示例:邓庆强
必填
enterprise_tax_no
string
企业税号 示例:
必填
enterprise_address
string
企业地址 示例:
必填
enterprise_phone
string
企业联系电话 示例:
必填
enterprise_bank
string
开户银行 示例:
必填
enterprise_bank_account
string
开户银行帐号 示例:
必填
type_name
string
类型名称 示例:个人
必填
is_default
bool
是否默认
必填
ret
int
示例:0
必填
err_code
int
示例:0
必填
msg
string
示例:ok
必填

说明 / 示例

## 接口地址 ## 成功返回示例 ```language { "data": { "id": 2, "member_id": 100001, "type": 2, "invoice_object": "邓庆强", "enterprise_tax_no": "", "enterprise_address": "", "enterprise_phone": "", "enterprise_bank": "", "enterprise_bank_account": "", "type_name": "个人", "is_default":true }, "ret": 0, "err_code": 0, "msg": "ok" } ``` >i 注:ret = 0 为成功 ## 失败返回示例 ```language { "ret": 4, "msg": "参数不能为空", "err_code": 10008 } ``` >d 注:ret > 0 为失败 ## 错误编号(errCode):