|
@@ -18,4 +18,8 @@ export const getCostChangeList = data => {
|
|
|
|
|
|
|
|
export const getPoster = data => {
|
|
export const getPoster = data => {
|
|
|
return https.get('/item/get-poster', data)
|
|
return https.get('/item/get-poster', data)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+export const changeFrontHide = data => {
|
|
|
|
|
+ return https.get('/item/change-front-hide', data)
|
|
|
}
|
|
}
|