j1ack 3 years ago
parent
commit
f5572b90c0
  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