Skip to content

Commit

Permalink
Merge pull request #4 from baidu/bugfix
Browse files Browse the repository at this point in the history
Update getByTpOrderId.go
  • Loading branch information
msfruit authored Mar 13, 2023
2 parents 8938bee + 39e371d commit d7a9df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/tp/pay/getByTpOrderId.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type GetByTpOrderIDResponsedata struct {
Count int64 `json:"count"` // 数量
CreateTime int64 `json:"createTime"` // 创建时间
DealID int64 `json:"dealId"` // 跳转百度收银台支付必带参数之一
OpenID int64 `json:"openId"` // 小程序用户id
OpenID string `json:"openId"` // 小程序用户id
OrderID int64 `json:"orderId"` // 百度订单ID
OriPrice int64 `json:"oriPrice"` // 原价
ParentOrderID int64 `json:"parentOrderId"` // 购物车订单父订单ID
Expand Down

0 comments on commit d7a9df5

Please sign in to comment.