Browse Source

交易对订阅

master
vee 3 years ago
parent
commit
1a7eb9d9a3
  1. 7
      utils/websocket.js

7
utils/websocket.js

@ -269,8 +269,13 @@ class WebSocketClass {
event: event,
type: type,
id: this.id,
channel: channel
channel: channel,
};
if('pairsgroup'===type){
data.model='contract'
}
if (date) {
data.fromDate = date.fromDate
data.toDate = date.toDate

Loading…
Cancel
Save