mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update bnmdhg_wx.js
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user