UNIVPLMDataIntegration/App/api/demo.js
2025-01-19 23:25:16 +08:00

6 lines
120 B
JavaScript

import { http } from 'uview-plus'
//
export const helloWordApi = (params) => http.get('/api/demo/helloWord', params)