//我的相关: const { http } = uni.$u //获取用户信息 export const userInfo = (params, config = {}) => http.post('index.php/api.Digit/getUserInfo', params, config) //修改用户信息 export const updateUserInfo = (params, config = {}) => http.post('index.php/api.Digit/userUpdate', params, config)