This commit is contained in:
jeremygan2021
2026-02-12 17:37:45 +08:00
parent abb1fe7c5e
commit 1e13882df3
3 changed files with 66 additions and 32 deletions

View File

@@ -61,6 +61,8 @@ export default function UserIndex() {
const { code: loginCode } = await Taro.login()
// 2. 调用后端登录 (Code + PhoneCode)
console.log('loginCode:', loginCode)
console.log('phoneCode:', phoneCode)
const res = await Taro.request({
url: 'https://market.quant-speed.com/api/wechat/login/',
method: 'POST',