Skip to content

Commit c71a86e

Browse files
author
shylocks
committed
debug
1 parent 1682cdb commit c71a86e

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

jd_gyec.js

+14-9
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,21 @@ function obj2param(obj) {
109109

110110
async function jdGy(help = true) {
111111
$.reqId = 1
112-
await getIsvToken()
113-
await getIsvToken2()
114-
await getActInfo()
115-
await getTaskList()
116-
await getDailyMatch()
117-
if (help) {
118-
await helpFriends()
112+
try{
113+
await getIsvToken()
114+
await getIsvToken2()
115+
await getActInfo()
116+
await getTaskList()
117+
await getDailyMatch()
118+
if (help) {
119+
await helpFriends()
120+
}
121+
// await marketGoods()
122+
await play()
123+
}
124+
catch (e) {
125+
console.log(e)
119126
}
120-
// await marketGoods()
121-
await play()
122127
}
123128

124129
async function helpFriends() {

0 commit comments

Comments
 (0)