|
|
@@ -613,15 +613,15 @@ declare global {
|
|
|
ClientSerialNo: string; // 客户端流水号
|
|
|
ClientType: number; // 终端类型
|
|
|
}
|
|
|
-// 补充定金接口响应
|
|
|
-interface SupplementDepositRsp {
|
|
|
- Header?: IMessageHead; // 消息头
|
|
|
- optional int32 RetCode = 2; // 返回码
|
|
|
- optional string RetDesc = 3; // 描述信息
|
|
|
- optional uint64 TradeID = 4; // 成交单号,必填
|
|
|
- optional uint32 UserID = 5; // 用户ID,必填
|
|
|
- optional uint64 AccountID = 6; // 交易账号,必填
|
|
|
- optional string ClientSerialNo = 7; // 客户端流水号
|
|
|
-}
|
|
|
+ // 补充定金接口响应
|
|
|
+ interface SupplementDepositRsp {
|
|
|
+ Header?: IMessageHead; // 消息头
|
|
|
+ RetCode: number; // 返回码
|
|
|
+ RetDesc: string; // 描述信息
|
|
|
+ TradeID: number; // 成交单号,必填
|
|
|
+ UserID: number; // 用户ID,必填
|
|
|
+ AccountID: number; // 交易账号,必填
|
|
|
+ ClientSerialNo: string; // 客户端流水号
|
|
|
+ }
|
|
|
}
|
|
|
}
|