mirror of
https://github.com/shufflewzc/faker3.git
synced 2026-04-04 00:44:07 +08:00
sync
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user