#
zhou zhou
8 天以前 da05dcffeabcb3c460e45666a4804f4ea5a4145a
1
2
3
4
5
6
7
const http = uni.$u.http
 
// 用户登录
export const login = (params) => http.get('/login.action', { params })
 
// 这里可以继续添加其他接口
// export const getInfo = (data) => http.get('/user/info', data)