|
|
@@ -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"`
|
|
|
// 【认证通道(仅人脸识别)】认证通道(仅人脸识别)
|