@@ -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);