update etc/*

This commit is contained in:
2026-09-07 18:18:00 +08:00
parent e320de3241
commit 8eb44440d3
24 changed files with 217 additions and 52 deletions

View File

@@ -37,7 +37,7 @@ class OrderItem:
return _side(self.offset_flag)
@property
def local_order_id(self) -> str:
def get_local_order_id(self) -> str:
return self.remark.split("|", 1)[0]
@property
@@ -68,7 +68,7 @@ class DealItem:
return _side(self.offset_flag)
@property
def local_order_id(self) -> str:
def get_local_order_id(self) -> str:
return self.remark.split("|", 1)[0]