Sfoglia il codice sorgente

更新 'model/common/ConsumptionUserCheck.go'

更新TradeId类型为string
崔超 5 mesi fa
parent
commit
e905a958a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      model/common/ConsumptionUserCheck.go

+ 1 - 1
model/common/ConsumptionUserCheck.go

@@ -5,7 +5,7 @@ type ConsumptionUserCheck struct {
 	// 【用户id】用户id
 	UserId string `json:"userId,omitempty"`
 	// 【交易流水id】交易流水id
-	TradeId *int64 `json:"tradeId,omitempty"`
+	TradeId string `json:"tradeId,omitempty"`
 	// 【用途】用途
 	UseType string `json:"useType,omitempty"`
 	// 【认证通道(仅人脸识别)】认证通道(仅人脸识别)