1
This commit is contained in:
@@ -7,13 +7,13 @@ import (
|
||||
)
|
||||
|
||||
type InvoiceCallback struct {
|
||||
Timestamp int64 `json:"timestamp"` // 时间戳
|
||||
Timestamp string `json:"timestamp"` // 时间戳
|
||||
AppId string `json:"app_id"` // 美团分配给APP方的id
|
||||
Sig string `json:"sig"` // 输入参数计算后的签名结果
|
||||
MtRequestId string `json:"mt_request_id"` // 平台请求id,由平台自动生成并保证唯一性,不参与业务逻辑,在接口响应时返回给商家系统
|
||||
OrderId string `json:"order_id"` // 订单ID
|
||||
InvoiceTaskId string `json:"invoice_task_id"` // 开票任务id
|
||||
PushType int `json:"push_type"` // 消息类型,1-开发票,3-催发票
|
||||
PushType string `json:"push_type"` // 消息类型,1-开发票,3-催发票
|
||||
InvoiceTitle string `json:"invoice_title"` // 发票的抬头。
|
||||
TaxpayerId string `json:"taxpayer_id"` // 纳税人识别号
|
||||
NeedInvoiceByCategory int `json:"need_invoice_by_category"` // 1-需要按大类开票;2-需要商品明细开
|
||||
|
||||
Reference in New Issue
Block a user