doum
2025-12-10 47c9193f257d66925a5d40a1d0b12eba331b8f4a
1
2
3
4
5
6
import { get, post } from '@/common/request.js'
 
// 登录
export function login(data) {
    return get('account/wxLogin', data)
}