2023年9月20日

js传递rsa加密参数给c#后端(密码加密后传到后端)

摘要: 一、前端处理 1、引入js 下载地址: BigInt.js:https://files.cnblogs.com/files/blogs/782924/BigInt.js?t=1695198891&download=trueRSA.js:https://files.cnblogs.com/files/ 阅读全文

posted @ 2023-09-20 16:32 五官一体即忢 阅读(271) 评论(0) 推荐(0)

请求合并(后端服务可能扛不住频繁的请求时,将多个重复请求(参数不一样),合并成一个,也就是将参数合并)

摘要: const fetchUserInfoBatched = createBatchedRequest<string, UserBaseInfo>( async (userIds) => { const { data } = await request.post('/api/user/list', { 阅读全文

posted @ 2023-09-20 08:44 五官一体即忢 阅读(192) 评论(0) 推荐(0)

导航