mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2026-04-09 03:45:37 +08:00
更新于 08-06 11:01
This commit is contained in:
@@ -153,16 +153,16 @@ function getUserInfo() {
|
||||
data = JSON.parse(data)
|
||||
if (data.iRet === 0) {
|
||||
console.log(`获取助力码成功:${data.Data.strUserPin}\n`);
|
||||
if (data.Data['dwCurrentGrade'] >= 6) {
|
||||
console.log(`6个阶梯红包已全部拆完\n`)
|
||||
} else {
|
||||
// if (data.Data['dwCurrentGrade'] >= 6) {
|
||||
// console.log(`6个阶梯红包已全部拆完\n`)
|
||||
// } else {
|
||||
if (data.Data.strUserPin) {
|
||||
$.packetIdArr.push({
|
||||
strUserPin: data.Data.strUserPin,
|
||||
userName: $.UserName
|
||||
})
|
||||
}
|
||||
}
|
||||
// }
|
||||
} else {
|
||||
console.log(`获取助力码失败:${data.sErrMsg}\n`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user