()
| 1155 | } |
| 1156 | // 被水滴砸中API |
| 1157 | async function gotWaterGoalTaskForFarm() { |
| 1158 | $.goalResult = await request(arguments.callee.name.toString(), {type: 3}); |
| 1159 | } |
| 1160 | //签到API |
| 1161 | async function signForFarm() { |
| 1162 | const functionId = arguments.callee.name.toString(); |
no test coverage detected