Update utils.js
This commit is contained in:
parent
a1e509b3fb
commit
baac5ee439
|
@ -225,7 +225,7 @@ utils.getRequestUrl = async function (item, config) {
|
|||
}
|
||||
|
||||
utils.getUTCDate = function () {
|
||||
return dayjs.utc()
|
||||
return dayjs.utc().startOf('d')
|
||||
}
|
||||
|
||||
utils.parseResponse = async (item, response, config) => {
|
||||
|
|
Loading…
Reference in New Issue