rk
4 天以前 56fcde8c93a1a10bc50fac775e370a2db57f520e
1
2
3
4
5
6
import { get, post } from '@/common/request.js'
 
// 登录
export function login(data) {
    return get('account/wxLogin', data)
}