|
|
@@ -52,7 +52,7 @@ export const orderReq = (param: orderType.OrderReqType): Promise<string> => {
|
|
|
DelistingType: DelistingType.selected, // 摘牌类型
|
|
|
ServiceTime: '', // 服务端时间
|
|
|
},
|
|
|
- msgHeadParams: {
|
|
|
+ headParam: {
|
|
|
AccountID: param.AccountID,
|
|
|
MarketID: param.MarketID,
|
|
|
GoodsID: param.GoodsID,
|
|
|
@@ -93,7 +93,7 @@ export const cancelOrderReq = (param: orderType.CancelOrderReq): Promise<string>
|
|
|
OldOrderId: param.OldOrderId, // 原委托单号
|
|
|
AccountID: param.AccountID, // 交易账号
|
|
|
},
|
|
|
- msgHeadParams: {
|
|
|
+ headParam: {
|
|
|
AccountID: param.AccountID,
|
|
|
MarketID: param.MarketID,
|
|
|
GoodsID: param.GoodsID,
|
|
|
@@ -128,7 +128,7 @@ export function CancelPaymentReq(param: orderType.CancelPaymentReq): Promise<str
|
|
|
TradeID: param.tradeID,
|
|
|
AccountID: param.accountID,
|
|
|
},
|
|
|
- msgHeadParams: {
|
|
|
+ headParam: {
|
|
|
AccountID: param.accountID,
|
|
|
MarketID: param.marketID,
|
|
|
GoodsID: param.goodsID,
|