refactor: request无需传入请求方式

This commit is contained in:
overwriter
2024-07-31 08:55:35 +08:00
parent 0fc4057a81
commit c1011b8602
273 changed files with 146 additions and 903 deletions

View File

@@ -8,7 +8,6 @@ module.exports = (query, request) => {
beforeTime: query.before || 0,
}
return request(
'POST',
`/api/v1/resource/comments/${query.threadId}`,
data,
createOption(query, 'weapi'),