daily08.py 198 B

12345678910
  1. from app.crontab_task.task import *
  2. du = DateUtils()
  3. if __name__ == '__main__':
  4. # 补昨日消耗
  5. # cost_yestoday_repair()
  6. # 阅文订单回补(特殊)
  7. yueweng_order_repair()