* 打卡领水API
()
| 1097 | * 打卡领水API |
| 1098 | */ |
| 1099 | async function clockInInitForFarm() { |
| 1100 | const functionId = arguments.callee.name.toString(); |
| 1101 | $.clockInInit = await request(functionId); |
| 1102 | } |
| 1103 | |
| 1104 | // 连续签到API |
| 1105 | async function clockInForFarm() { |