Kaynağa Gözat

滴滴

master
huangjiajun 4 ay önce
ebeveyn
işleme
03565dc216
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      t3/order.go

+ 2
- 2
t3/order.go Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet