MaaBackendCenter icon indicating copy to clipboard operation
MaaBackendCenter copied to clipboard

重复的数据内容负载

Open martinwang2002 opened this issue 1 year ago • 0 comments

”重复“的api请求,以及响应体

https://github.com/MaaAssistantArknights/maa-copilot-frontend/blob/3a48c6104b71935f2eabb9a8ae57ee500ba8ca22/src/apis/operation.ts#L98-L102 以上请求未携带Bearer token

https://github.com/MaaAssistantArknights/maa-copilot-frontend/blob/3a48c6104b71935f2eabb9a8ae57ee500ba8ca22/src/apis/operation.ts#L169-L172 以上请求携带Bearer token,目的是为了获取用户是否获得点赞了该作业

因此在首页获取所有作业列表之后,会逐个查询改作业的后端

Image

martinwang2002 avatar Feb 04 '25 16:02 martinwang2002