mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 13:03:43 +08:00
feat(work): 新增收银台收款工具相关接口
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"start_time": 1680000000,
|
||||
"end_time": 1680003600,
|
||||
"cursor": "CURSOR",
|
||||
"limit": 50
|
||||
}
|
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": 1,
|
||||
"next_cursor": "CURSOR",
|
||||
"invoice_list": [
|
||||
{
|
||||
"order_id": "ORDERID",
|
||||
"custom_corpid": "wwxx",
|
||||
"apply_time": 1680000000,
|
||||
"invoice_type": 0,
|
||||
"paid_price": 9000,
|
||||
"invoice_status": 1,
|
||||
"invoice_title": "发票抬头",
|
||||
"tax_number": "TAXPAYERID",
|
||||
"send_way": 1,
|
||||
"contact_name": "张三",
|
||||
"contact_tel": "12345678901",
|
||||
"contact_addr": "广东省|广州市|海珠区",
|
||||
"contact_postcode": "200240",
|
||||
"receive_email": "jack@qq.com",
|
||||
"company_addr": "广东省广州市海珠区媒体港",
|
||||
"company_tel": "187XXXXXXXX",
|
||||
"bank_name": "中国邮政储蓄银行股份有限公司广州市天河支行",
|
||||
"bank_account_number": "17631364174811341",
|
||||
"invoice_note": "开票备注"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"order_id": "ORDERID",
|
||||
"oper_userid": "USERID",
|
||||
"invoice_status": 1,
|
||||
"invoice_note": "NOTE"
|
||||
}
|
Reference in New Issue
Block a user