pay attrUpdateMatrix 增加timeoutAt

This commit is contained in:
lxy 2024-07-18 18:49:11 +08:00
parent 96991b9ef0
commit 3294b23930
1 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,14 @@ const attrUpdateMatrix: AttrUpdateMatrix<EntityDict> = {
},
},
},
timeoutAt: {
actions: ['startPaying'],
filter: {
iState: {
$in: ['unpaid', 'paying'],
}
}
},
},
refund: {
externalId: {