Commit 5f5b0e28 authored by 水玉婷's avatar 水玉婷
Browse files

feat:修改请求地址

parent a4d5ca91
......@@ -53,7 +53,7 @@ class WeChatLogin {
// 获取用户信息 - 使用axios
async getUserInfo(code) {
try {
const response = await post('/pedService/wxcp/auth', {
const response = await post('/pedapi/pedService/wxcp/auth', {
authCode: code
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment