feat: 添加微信扫码登录功能
This commit is contained in:
@ -178,3 +178,11 @@ export const getWalletConfig = () => {
|
||||
}>
|
||||
>('/prod-api/app-api/pay/wallet/get-config', {})
|
||||
}
|
||||
|
||||
/**
|
||||
* 微信登录二维码链接
|
||||
*/
|
||||
|
||||
export const getLoginQrcode = () => {
|
||||
return useDollarFetchRequest.get<IResponse<string>>('/prod-api/app-api/member/auth/wx-login-url', {})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user