UNIVPLMDataIntegration/App/api/demo.js

6 lines
120 B
JavaScript
Raw Permalink Normal View History

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