common.js 202 B

12345678910
  1. import http from "../http.js";
  2. // 获取客服
  3. export const getKefu = () => {
  4. return http.get('/api/wxapp/getkefu');
  5. }
  6. export const getConfigInfo = () => {
  7. return http.get('/api/wxapp/config');
  8. }