mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
Update bnmdhg_wx.js
This commit is contained in:
@@ -135,7 +135,6 @@ class Task extends Public {
|
|||||||
|
|
||||||
if (result.Success) {
|
if (result.Success) {
|
||||||
let code = result.Data.code
|
let code = result.Data.code
|
||||||
$.log(`账号[${this.index}]【${this.name}】 获取code成功[${code}]`);
|
|
||||||
$.log(`账号[${this.wxid}] 获取code成功[${code}]`);
|
$.log(`账号[${this.wxid}] 获取code成功[${code}]`);
|
||||||
let { member_id: memberId, openid: authorization } = await this.login(code)
|
let { member_id: memberId, openid: authorization } = await this.login(code)
|
||||||
const headerObj = {};
|
const headerObj = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user