mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
perf: 🐛 优化QQ登录和微信登录Bug
This commit is contained in:
@@ -26,7 +26,7 @@ export function webConnect(code) {
|
||||
export function openIdLogin(params, clientType) {
|
||||
return http.request({
|
||||
url: `passport/connect/connect/app/login`,
|
||||
method: Method.GET,
|
||||
method: Method.POST,
|
||||
needToken: true,
|
||||
data: params,
|
||||
header: {
|
||||
|
||||
Reference in New Issue
Block a user