续约待办上线

This commit is contained in:
2025-12-31 11:05:09 +08:00
parent 2621e2b98e
commit 3e4e2c8f41
5 changed files with 550 additions and 1 deletions
+12
View File
@@ -364,6 +364,18 @@ class Module:
print("data_Exception_Task", e)
return False
@staticmethod
def renewal_to_do():
print("GD_match_phone_number")
try:
renewal_to_do = back_ground_module.RenewalToDo()
thread = threading.Thread(target=renewal_to_do.main)
thread.start()
return "data_Exception_Task"
except Exception as e:
print("data_Exception_Task", e)
return False
@staticmethod
def text3():
print("text3")