Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jls-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-05-09 17:50:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcebba418f74864e3508e8d792a51e7e71c2213a
bcebba41
1 parent
d42eba0b
fix(authRedirect): 添加 client_id 参数到会话刷新请求
修复后端会话刷新时缺少 client_id 参数的问题,确保认证流程正确执行
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/utils/authRedirect.js
src/utils/authRedirect.js
View file @
bcebba4
...
...
@@ -122,6 +122,7 @@ export const refreshSession = async (options) => {
const
request_data
=
{
code
:
login_result
.
code
,
client_id
:
'358209'
,
}
// 换取后端会话(服务端通过 Set-Cookie 返回会话信息)
...
...
Please
register
or
login
to post a comment