var fly = require('../utils/request') export function getToken(data) { return fly.post(`auth/login/resiwxmp/loginbywxcode`,data) }