Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
水玉婷
ai-wechat
Commits
5f5b0e28
Commit
5f5b0e28
authored
Nov 26, 2025
by
水玉婷
Browse files
feat:修改请求地址
parent
a4d5ca91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/wechat.js
View file @
5f5b0e28
...
@@ -53,7 +53,7 @@ class WeChatLogin {
...
@@ -53,7 +53,7 @@ class WeChatLogin {
// 获取用户信息 - 使用axios
// 获取用户信息 - 使用axios
async
getUserInfo
(
code
)
{
async
getUserInfo
(
code
)
{
try
{
try
{
const
response
=
await
post
(
'
/pedService/wxcp/auth
'
,
{
const
response
=
await
post
(
'
/
pedapi/
pedService/wxcp/auth
'
,
{
authCode
:
code
authCode
:
code
})
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment