feat: 代客下单增加删除历史订单同步
This commit is contained in:
@@ -13,7 +13,7 @@ export interface ApifoxModel {
|
||||
[property: string]: string | number | undefined; // 限制额外属性类型
|
||||
}
|
||||
|
||||
export type msgType = 'add' | 'reduce' | 'remove' | 'edit' | 'init' | 'cleanup' | 'del' | 'rottable' | 'batch' | 'disconnect';
|
||||
export type msgType = 'add' | 'reduce' | 'remove' | 'edit' | 'init' | 'cleanup' | 'del' | 'rottable' | 'batch' | 'disconnect' | 'clearOrder';
|
||||
|
||||
class WebSocketManager {
|
||||
private client: WebSocket | null = null;
|
||||
|
||||
Reference in New Issue
Block a user