tanxue hace 2 meses
padre
commit
b4a3337b5d
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      api/jiazheng.js

+ 12 - 0
api/jiazheng.js

@@ -302,4 +302,16 @@ export function jiazhengSharePic(data = {}) {
 		data,
 		timeout: 20000
 	})
+}
+
+export function commonShare(data = {}) {
+	return request({
+		url: '/common/share',
+		headers: {
+			isToken: false
+		},
+		method: 'post',
+		data,
+		timeout: 20000
+	})
 }