Skip to content

Commit

Permalink
Merge pull request #2 from iflamed/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Oct 26, 2023
2 parents 51ff8e3 + bf2b7bf commit 4357df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ddk/order.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Order struct {
// OrderVerifyTime 订单审核时间(UNIX时间戳)
OrderVerifyTime int64 `json:"order_verify_time,omitempty" xml:"order_verify_time,omitempty"`
// Pid 推广位id
Pid string `json:"pid,omitempty"`
Pid string `json:"p_id,omitempty"`
// PlatformDiscount 平台券金额,表示该订单使用的平台券金额,单位分
PlatformDiscount int64 `json:"platform_discount,omitempty" xml:"platform_discount,omitempty"`
// PointTime 打点时间
Expand Down

0 comments on commit 4357df1

Please sign in to comment.