import { api } from '@/utils/request.js'; // 小程序登录 export const LoginLoginForWechat = (params) => api.post({ url: '/Login/LoginForWechat', params });