import fly from "../utils/request.js" //用户登录 export function userMobileLogin(data) { return fly.post("/wxlogin/userMobileLogin", data) }