From 13e2fa213b0e89b5643c518ebeec9b4ae298612a Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@qq.com> Date: Mon, 17 Mar 2025 08:50:03 +0800 Subject: [PATCH] Update bnmdhg_wx.js --- wxapp/bnmdhg_wx.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wxapp/bnmdhg_wx.js b/wxapp/bnmdhg_wx.js index 89e9bbb..383c029 100644 --- a/wxapp/bnmdhg_wx.js +++ b/wxapp/bnmdhg_wx.js @@ -135,7 +135,6 @@ class Task extends Public { if (result.Success) { let code = result.Data.code - $.log(`账号[${this.index}]【${this.name}】 获取code成功[${code}]`); $.log(`账号[${this.wxid}] 获取code成功[${code}]`); let { member_id: memberId, openid: authorization } = await this.login(code) const headerObj = {};