mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
Update jd_collectProduceScore.js
This commit is contained in:
parent
6e68cec96b
commit
8265fd3dd5
@ -76,9 +76,9 @@ function stall_collectProduceScore(body) {
|
||||
if (data) {
|
||||
data = JSON.parse(data);
|
||||
if (data && data.data.bizCode === 0) {
|
||||
console.log(`京东账号${$.index} ${$.UserName}成功收集金币:${data.data.result.produceScore}个`)
|
||||
console.log(`京东账号${$.index} ${$.UserName}成功收集爆竹🧨:${data.data.result.produceScore}个`)
|
||||
} else {
|
||||
console.log(`京东账号${$.index} ${$.UserName}成功收集金币失败:${data.data.bizMsg}`)
|
||||
console.log(`京东账号${$.index} ${$.UserName}成功收集爆竹🧨失败:${data.data.bizMsg}`)
|
||||
}
|
||||
} else {
|
||||
console.log(`请检查自身设备原因`);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user