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