Compare commits
No commits in common. "64a2b6ee34447885b6bcf3feb803e2db436087f8" and "c19ab6b61e19d67a04340cf89d3bfa23cdf8a3ed" have entirely different histories.
64a2b6ee34
...
c19ab6b61e
|
@ -64,16 +64,3 @@ type ORResult struct {
|
|||
OrId int `json:"or_id"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
type Webhook struct {
|
||||
Data WebhookData `json:"data"`
|
||||
}
|
||||
|
||||
type WebhookData struct {
|
||||
OrId int `json:"or_id"`
|
||||
OrCode string `json:"or_code"`
|
||||
PartnerOrCode string `json:"partner_or_code"`
|
||||
Status string `json:"status"`
|
||||
TotalPrice float64 `json:"total_price"`
|
||||
ShippingFee int `json:"shipping_fee"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue