doum
2026-01-27 0d0e67818a45161af14114211f43aafd232a6da2
1
2
3
4
5
6
import { get, post } from '@/common/request.js'
 
// 登录
export function login(data) {
    return get('account/wxLogin', data)
}