You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
访问Migu Api会发生Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
(Accessing the MIGU API will happen Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client)
The text was updated successfully, but these errors were encountered:
const result = await request.send({
url: 'https://m.music.migu.cn/migu/remoting/scr_search_tag',
data: {
keyword,
pgc: pageNo,
rows: pageSize,
type: typeMap[query.type],
},
});
访问Migu Api会发生Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
(Accessing the MIGU API will happen Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client)
The text was updated successfully, but these errors were encountered: