This commit is contained in:
Faker
2022-05-27 13:09:37 +08:00
parent 69f0490dbe
commit ece126edd3
5 changed files with 1068 additions and 48 deletions

View File

@@ -64,7 +64,9 @@ async function twqyj() {
for (let key of Object.keys(tk.assignmentList).reverse()){
let vo = tk.assignmentList[key]
if (vo.completionFlag || vo.assignmentType == 30) {
console.log('任务已完成')
console.log('任务已完成')
} else if (new Date(vo.assignmentStartTime).getTime() > Date.now()) {
console.log('此任务还没到开放时间:',vo.assignmentStartTime)
} else {
if (vo.ext && vo.ext.extraType == 'sign1'){
await sign(encryptProjectId,vo.encryptAssignmentId)