huangjiajun před 4 měsíci
rodič
revize
03565dc216
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      t3/order.go

+ 2
- 2
t3/order.go Zobrazit soubor

@@ -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"`


Načítá se…
Zrušit
Uložit