Browse Source

滴滴

master
huangjiajun 4 months ago
parent
commit
03565dc216
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      t3/order.go

+ 2
- 2
t3/order.go View File

@@ -2,7 +2,7 @@ package t3

type T3Order struct {
SourceId string `json:"sourceId"`
Amount int `json:"amount"`
Amount float64 `json:"amount"`
BusinessId string `json:"businessId"`
CpaType string `json:"cpaType"`
SpotUuid string `json:"spotUuid"`
@@ -10,7 +10,7 @@ type T3Order struct {
OrderAmount float64 `json:"orderAmount"`
PayAmount float64 `json:"payAmount"`
CreateTime int64 `json:"createTime"`
Rate int `json:"rate"`
Rate float64 `json:"rate"`
ParticipationStatus int `json:"participationStatus"`
FailReason string `json:"failReason"`
ActivityUuid string `json:"activityUuid"`


Loading…
Cancel
Save