Browse Source

交易对订阅

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

9
utils/websocket.js

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

Loading…
Cancel
Save