()
| 87 | sign() |
| 88 | |
| 89 | function sign() { |
| 90 | |
| 91 | dosignhis().then((data) => { |
| 92 | if (hisresult) { |
| 93 | if (hisresult.has_signed_in_today) { |
| 94 | signresult = `签到结果: 重复❗ 已连续签到${hisresult.current_day+1}天`; |
| 95 | turnstr=turnstr+'无'; |
| 96 | doNotify(); |
| 97 | sy.done() |
| 98 | } |
| 99 | else { |
| 100 | dosign().then((data) => { |
| 101 | doturnover(1,200).then((data) => { |
| 102 | doshare().then((data) => { |
| 103 | |
| 104 | doturnover(2,delay).then((data) => { |
| 105 | |
| 106 | doNotify(); |
| 107 | sy.done() |
| 108 | }) |
| 109 | }) |
| 110 | }) |
| 111 | }) |
| 112 | } |
| 113 | } |
| 114 | }); |
| 115 | } |
| 116 | |
| 117 | function dosign() { |
| 118 |
no test coverage detected