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