We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1682cdb commit c71a86eCopy full SHA for c71a86e
jd_gyec.js
@@ -109,16 +109,21 @@ function obj2param(obj) {
109
110
async function jdGy(help = true) {
111
$.reqId = 1
112
- await getIsvToken()
113
- await getIsvToken2()
114
- await getActInfo()
115
- await getTaskList()
116
- await getDailyMatch()
117
- if (help) {
118
- await helpFriends()
+ try{
+ await getIsvToken()
+ await getIsvToken2()
+ await getActInfo()
+ await getTaskList()
+ await getDailyMatch()
+ if (help) {
119
+ await helpFriends()
120
+ }
121
+ // await marketGoods()
122
+ await play()
123
124
+ catch (e) {
125
+ console.log(e)
126
}
- // await marketGoods()
- await play()
127
128
129
async function helpFriends() {
0 commit comments