xuchang-new/websocket/modules/navGas.ts
2023-11-09 13:36:21 +08:00

14 linhas
209 B
TypeScript

// 天然气
import utils from '../utils';
function getNavGasInfo(type: 'history' | 'realtime') {
switch (type) {
case 'history':
break;
case 'realtime':
break;
}
}
export default getNavGasInfo;