fix: logger

This commit is contained in:
HuanLinOTO
2023-08-27 21:50:27 +08:00
parent 50b2a23ee0
commit 2d3f52c69e
3 changed files with 35 additions and 37 deletions

View File

@@ -2,6 +2,7 @@ const { exit } = require("process")
const fs = require("fs")
const nodemailer = require('nodemailer')
const { default: axios } = require("axios")
const { log } = require("./logger")
exports.NotificationURL = 'https://api-cloudgame.mihoyo.com/hk4e_cg_cn/gamer/api/listNotifications?status=NotificationStatusUnread&type=NotificationTypePopup&is_sort=true'
exports.WalletURL = 'https://api-cloudgame.mihoyo.com/hk4e_cg_cn/wallet/wallet/get'