mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-06 21:33:18 +08:00
feat: 订阅支持开始日期和重置周期
This commit is contained in:
@@ -111,7 +111,11 @@ async function getFlowInfo(req, res) {
|
||||
}
|
||||
success(res, {
|
||||
...parseFlowHeaders(flowHeaders),
|
||||
remainingDays: getRmainingDays($arguments.resetDay),
|
||||
remainingDays: getRmainingDays({
|
||||
resetDay: $arguments.resetDay,
|
||||
startDate: $arguments.startDate,
|
||||
cycleDays: $arguments.cycleDays,
|
||||
}),
|
||||
});
|
||||
} catch (err) {
|
||||
failed(
|
||||
|
||||
Reference in New Issue
Block a user