shish 11 月之前
父節點
當前提交
8e5bb633bf
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      hdApp/src/api/shop/ext.js

+ 4 - 0
hdApp/src/api/shop/ext.js

@@ -10,4 +10,8 @@ export const updateMtAlone = data => {
 
 
 export const modifyGatherRepeat = data => {
 export const modifyGatherRepeat = data => {
 	return https.get('/shop-ext/modify-gather-repeat', data)
 	return https.get('/shop-ext/modify-gather-repeat', data)
+}
+
+export const getExtInfo = data => {
+	return https.get('/shop-ext/info', data)
 }
 }