roose 4 years ago
parent
commit
efa5d582ff
1 changed files with 6 additions and 1 deletions
  1. 6 1
      utils/service.js

+ 6 - 1
utils/service.js

@@ -14,6 +14,11 @@ import {get, post, put, del} from './network';
 // .then(data => {
 //   console.log(data, "000000")
 // })
+
+
+
+
+
 /**
  * 服务器根域名
  * 试玩更多接口看这里
@@ -29,4 +34,4 @@ export const API_ROOT = 'https://sqdx.jiaxintech.com';
  */
 export const getXczsArr = (id) => post(`${API_ROOT}/wx/course/listCategory`);
 
-
+export const getBing = (id) => get(`${API_ROOT}/applet/bing`,id);