import http from "../http.js"; // 获取客服 export const getKefu = () => { return http.get('/api/wxapp/getkefu'); }