feat: 添加JoyHub运费模板和Banner管理接口用例

This commit is contained in:
2026-05-06 10:54:03 +08:00
parent cc6733a8fb
commit 86f4e8288e
89 changed files with 11557 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
# -*- coding:utf-8 -*-
# @Time : 2022/11/22 18:48
# @Author: luozhipeng
# @File : user_message.py
class ClassesReminder():
def __init__(self):
pass
def before_24h_reminder(self):
pass
def absence_classes_reminder(self):
pass
def before_1h_reminder(self):
pass
def before_2min_reminder(self):
pass