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