Skip to content

Commit

Permalink
fix: add OrderNo field for SaveInvoiceRedConfirmRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
fosmjo committed Mar 18, 2024
1 parent 81921b8 commit 9849b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ type (
AccountStatus string `json:"accountStatus,omitempty"` // 发票入账状态(预留字段可为空): 0 未入账 1 已入账
RedReason string `json:"redReason"` // 冲红原因: 1销货退回 2开票有误 3服务中止 4销售折让
ExtensionNumber string `json:"extensionNumber,omitempty"` // 分机号

OrderNo string `json:"orderNo,omitempty"` // 订单号
}

SaveInvoiceRedConfirmResponse struct {
Expand Down

0 comments on commit 9849b14

Please sign in to comment.