feat(custom): i

This commit is contained in:
2023-09-06 03:48:46 +08:00
parent 3b3cb7ba34
commit a9707c6d94
51 changed files with 2273 additions and 87 deletions

View File

@@ -0,0 +1,6 @@
import { request } from '@/utils'
export default {
getHotlist: (data) => request.post('/goods', data),
getHotStatus: (data) => request.post('/goods/process', data),
}