// AI伴侣
import {
get,
post
} from '@/config/api.js'
export const aiList = () => {
return get('/api/ai/list')
}
export default {
aiList